Class GalleryApplicationVersionUpdate
java.lang.Object
com.microsoft.azure.ProxyResource
com.microsoft.azure.management.compute.UpdateResourceDefinition
com.microsoft.azure.management.compute.GalleryApplicationVersionUpdate
Specifies information about the gallery Application 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.withPublishingProfile
(GalleryApplicationVersionPublishingProfile publishingProfile) Set the publishingProfile 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
-
GalleryApplicationVersionUpdate
public GalleryApplicationVersionUpdate()
-
-
Method Details
-
publishingProfile
Get the publishingProfile value.- Returns:
- the publishingProfile value
-
withPublishingProfile
public GalleryApplicationVersionUpdate withPublishingProfile(GalleryApplicationVersionPublishingProfile publishingProfile) Set the publishingProfile value.- Parameters:
publishingProfile
- the publishingProfile value to set- Returns:
- the GalleryApplicationVersionUpdate 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
-
replicationStatus
Get the replicationStatus value.- Returns:
- the replicationStatus value
-