Uses of Class
com.azure.resourcemanager.compute.models.GalleryApplicationUpdate
Packages that use GalleryApplicationUpdate
Package
Description
Package containing the service clients for ComputeManagementClient.
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 GalleryApplicationUpdateModifier and TypeMethodDescriptioncom.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.GalleryApplicationsClient.update(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication) Update a gallery Application Definition.GalleryApplicationsClient.update(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication, com.azure.core.util.Context context) Update a gallery Application Definition.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 GalleryApplicationUpdateModifier and TypeMethodDescriptionGalleryApplicationUpdate.withDescription(String description) Set the description property: The description of this gallery Application Definition resource.GalleryApplicationUpdate.withEndOfLifeDate(OffsetDateTime endOfLifeDate) Set the endOfLifeDate property: The end of life date of the gallery Application Definition.Set the eula property: The Eula agreement for the gallery Application Definition.GalleryApplicationUpdate.withPrivacyStatementUri(String privacyStatementUri) Set the privacyStatementUri property: The privacy statement uri.GalleryApplicationUpdate.withReleaseNoteUri(String releaseNoteUri) Set the releaseNoteUri property: The release note uri.GalleryApplicationUpdate.withSupportedOSType(OperatingSystemTypes supportedOSType) Set the supportedOSType property: This property allows you to specify the supported type of the OS that application is built for.Set the tags property: Resource tags.