Class GalleryImageVersionUpdate

java.lang.Object
com.microsoft.azure.ProxyResource
com.microsoft.azure.management.compute.UpdateResourceDefinition
com.microsoft.azure.management.compute.GalleryImageVersionUpdate

public class GalleryImageVersionUpdate extends UpdateResourceDefinition
Specifies information about the gallery Image Version that you want to update.
  • Constructor Details

    • GalleryImageVersionUpdate

      public GalleryImageVersionUpdate()
  • Method Details

    • publishingProfile

      public GalleryImageVersionPublishingProfile 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

      public String 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

      public GalleryImageVersionStorageProfile 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

      public ReplicationStatus replicationStatus()
      Get the replicationStatus value.
      Returns:
      the replicationStatus value