Class GalleryUpdate
java.lang.Object
com.microsoft.azure.ProxyResource
com.microsoft.azure.management.compute.UpdateResourceDefinition
com.microsoft.azure.management.compute.GalleryUpdate
Specifies information about the Shared Image Gallery that you want to
update.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the description of this Shared Image Gallery resource.Get the identifier value.Get the provisioning state, which only appears in the response.withDescription
(String description) Set the description of this Shared Image Gallery resource.withIdentifier
(GalleryIdentifier identifier) Set the identifier value.Methods inherited from class com.microsoft.azure.management.compute.UpdateResourceDefinition
tags, withTags
Methods inherited from class com.microsoft.azure.ProxyResource
id, name, type
-
Constructor Details
-
GalleryUpdate
public GalleryUpdate()
-
-
Method Details
-
description
Get the description of this Shared Image Gallery resource. This property is updatable.- Returns:
- the description value
-
withDescription
Set the description of this Shared Image Gallery resource. This property is updatable.- Parameters:
description
- the description value to set- Returns:
- the GalleryUpdate object itself.
-
identifier
Get the identifier value.- Returns:
- the identifier value
-
withIdentifier
Set the identifier value.- Parameters:
identifier
- the identifier value to set- Returns:
- the GalleryUpdate object itself.
-
provisioningState
Get the provisioning state, which only appears in the response. Possible values include: 'Creating', 'Updating', 'Failed', 'Succeeded', 'Deleting', 'Migrating'.- Returns:
- the provisioningState value
-