Uses of Class
com.azure.resourcemanager.compute.models.GalleryScriptUpdate
Packages that use GalleryScriptUpdate
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryScriptUpdate in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type GalleryScriptUpdateModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryScriptInner>, GalleryScriptInner> GalleryScriptsClient.beginUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript) Update a gallery Script Definition.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryScriptInner>, GalleryScriptInner> GalleryScriptsClient.beginUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript, com.azure.core.util.Context context) Update a gallery Script Definition.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GalleryScriptInner>, GalleryScriptInner> GalleryScriptsClient.beginUpdateAsync(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript) Update a gallery Script Definition.GalleryScriptsClient.update(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript) Update a gallery Script Definition.GalleryScriptsClient.update(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript, com.azure.core.util.Context context) Update a gallery Script Definition.GalleryScriptsClient.updateAsync(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript) Update a gallery Script Definition.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> GalleryScriptsClient.updateWithResponseAsync(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript) Update a gallery Script Definition. -
Uses of GalleryScriptUpdate in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryScriptUpdateModifier and TypeMethodDescriptionstatic GalleryScriptUpdateGalleryScriptUpdate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GalleryScriptUpdate from the JsonReader.GalleryScriptUpdate.withDescription(String description) Set the description property: The description of this gallery script definition resource.GalleryScriptUpdate.withEndOfLifeDate(OffsetDateTime endOfLifeDate) Set the endOfLifeDate property: The end of life date of the gallery Script Definition.Set the eula property: The Eula agreement (End User License Agreement) for the gallery Script Definition.GalleryScriptUpdate.withPrivacyStatementUri(String privacyStatementUri) Set the privacyStatementUri property: The privacy statement uri.GalleryScriptUpdate.withReleaseNoteUri(String releaseNoteUri) Set the releaseNoteUri property: The release note uri.GalleryScriptUpdate.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.