Uses of Class
com.azure.resourcemanager.compute.models.GalleryApplicationUpdate
-
Packages that use GalleryApplicationUpdate Package Description com.azure.resourcemanager.compute.fluent Package containing the service clients for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of GalleryApplicationUpdate in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type GalleryApplicationUpdate Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryApplicationInner>,GalleryApplicationInner>GalleryApplicationsClient. beginUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication)Update a gallery Application Definition.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryApplicationInner>,GalleryApplicationInner>GalleryApplicationsClient. beginUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication, com.azure.core.util.Context context)Update a gallery Application Definition.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GalleryApplicationInner>,GalleryApplicationInner>GalleryApplicationsClient. beginUpdateAsync(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication)Update a gallery Application Definition.GalleryApplicationInnerGalleryApplicationsClient. update(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication)Update a gallery Application Definition.GalleryApplicationInnerGalleryApplicationsClient. update(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication, com.azure.core.util.Context context)Update a gallery Application Definition.Mono<GalleryApplicationInner>GalleryApplicationsClient. updateAsync(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication)Update a gallery Application Definition.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>GalleryApplicationsClient. updateWithResponseAsync(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication)Update a gallery Application Definition. -
Uses of GalleryApplicationUpdate in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryApplicationUpdate Modifier and Type Method Description GalleryApplicationUpdateGalleryApplicationUpdate. withDescription(String description)Set the description property: The description of this gallery Application Definition resource.GalleryApplicationUpdateGalleryApplicationUpdate. withEndOfLifeDate(OffsetDateTime endOfLifeDate)Set the endOfLifeDate property: The end of life date of the gallery Application Definition.GalleryApplicationUpdateGalleryApplicationUpdate. withEula(String eula)Set the eula property: The Eula agreement for the gallery Application Definition.GalleryApplicationUpdateGalleryApplicationUpdate. withPrivacyStatementUri(String privacyStatementUri)Set the privacyStatementUri property: The privacy statement uri.GalleryApplicationUpdateGalleryApplicationUpdate. withReleaseNoteUri(String releaseNoteUri)Set the releaseNoteUri property: The release note uri.GalleryApplicationUpdateGalleryApplicationUpdate. withSupportedOSType(OperatingSystemTypes supportedOSType)Set the supportedOSType property: This property allows you to specify the supported type of the OS that application is built for.GalleryApplicationUpdateGalleryApplicationUpdate. withTags(Map<String,String> tags)Set the tags property: Resource tags.
-