Uses of Class
com.azure.resourcemanager.compute.models.GalleryScriptVersionUpdate
Packages that use GalleryScriptVersionUpdate
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryScriptVersionUpdate in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type GalleryScriptVersionUpdateModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryScriptVersionInner>, GalleryScriptVersionInner> GalleryScriptVersionsClient.beginUpdate(String resourceGroupName, String galleryName, String galleryScriptName, String galleryScriptVersionName, GalleryScriptVersionUpdate galleryScriptVersion) Update a gallery Script Version.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryScriptVersionInner>, GalleryScriptVersionInner> GalleryScriptVersionsClient.beginUpdate(String resourceGroupName, String galleryName, String galleryScriptName, String galleryScriptVersionName, GalleryScriptVersionUpdate galleryScriptVersion, com.azure.core.util.Context context) Update a gallery Script Version.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GalleryScriptVersionInner>, GalleryScriptVersionInner> GalleryScriptVersionsClient.beginUpdateAsync(String resourceGroupName, String galleryName, String galleryScriptName, String galleryScriptVersionName, GalleryScriptVersionUpdate galleryScriptVersion) Update a gallery Script Version.GalleryScriptVersionsClient.update(String resourceGroupName, String galleryName, String galleryScriptName, String galleryScriptVersionName, GalleryScriptVersionUpdate galleryScriptVersion) Update a gallery Script Version.GalleryScriptVersionsClient.update(String resourceGroupName, String galleryName, String galleryScriptName, String galleryScriptVersionName, GalleryScriptVersionUpdate galleryScriptVersion, com.azure.core.util.Context context) Update a gallery Script Version.GalleryScriptVersionsClient.updateAsync(String resourceGroupName, String galleryName, String galleryScriptName, String galleryScriptVersionName, GalleryScriptVersionUpdate galleryScriptVersion) Update a gallery Script Version.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> GalleryScriptVersionsClient.updateWithResponseAsync(String resourceGroupName, String galleryName, String galleryScriptName, String galleryScriptVersionName, GalleryScriptVersionUpdate galleryScriptVersion) Update a gallery Script Version. -
Uses of GalleryScriptVersionUpdate in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryScriptVersionUpdateModifier and TypeMethodDescriptionstatic GalleryScriptVersionUpdateGalleryScriptVersionUpdate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GalleryScriptVersionUpdate from the JsonReader.GalleryScriptVersionUpdate.withPublishingProfile(GalleryScriptVersionPublishingProfile publishingProfile) Set the publishingProfile property: The publishing profile of a gallery image version.GalleryScriptVersionUpdate.withSafetyProfile(GalleryScriptVersionSafetyProfile safetyProfile) Set the safetyProfile property: The safety profile of the Gallery Script Version.Set the tags property: Resource tags.