Class GalleryImageVersionUpdate
java.lang.Object
com.microsoft.azure.ProxyResource
com.microsoft.azure.management.compute.UpdateResourceDefinition
com.microsoft.azure.management.compute.GalleryImageVersionUpdate
Specifies information about the gallery Image Version that you want to
update.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the provisioning state, which only appears in the response.Get the publishingProfile value.Get the replicationStatus value.Get the storageProfile value.withPublishingProfile
(GalleryImageVersionPublishingProfile publishingProfile) Set the publishingProfile value.withStorageProfile
(GalleryImageVersionStorageProfile storageProfile) Set the storageProfile 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
-
GalleryImageVersionUpdate
public GalleryImageVersionUpdate()
-
-
Method Details
-
publishingProfile
Get the publishingProfile value.- Returns:
- the publishingProfile value
-
withPublishingProfile
public GalleryImageVersionUpdate withPublishingProfile(GalleryImageVersionPublishingProfile publishingProfile) Set the publishingProfile value.- Parameters:
publishingProfile
- the publishingProfile value to set- Returns:
- the GalleryImageVersionUpdate 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
-
storageProfile
Get the storageProfile value.- Returns:
- the storageProfile value
-
withStorageProfile
public GalleryImageVersionUpdate withStorageProfile(GalleryImageVersionStorageProfile storageProfile) Set the storageProfile value.- Parameters:
storageProfile
- the storageProfile value to set- Returns:
- the GalleryImageVersionUpdate object itself.
-
replicationStatus
Get the replicationStatus value.- Returns:
- the replicationStatus value
-