Class GalleryUpdate

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

public class GalleryUpdate extends UpdateResourceDefinition
Specifies information about the Shared Image Gallery that you want to update.
  • Constructor Details

    • GalleryUpdate

      public GalleryUpdate()
  • Method Details

    • description

      public String description()
      Get the description of this Shared Image Gallery resource. This property is updatable.
      Returns:
      the description value
    • withDescription

      public GalleryUpdate withDescription(String description)
      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

      public GalleryIdentifier identifier()
      Get the identifier value.
      Returns:
      the identifier value
    • withIdentifier

      public GalleryUpdate withIdentifier(GalleryIdentifier identifier)
      Set the identifier value.
      Parameters:
      identifier - the identifier value to set
      Returns:
      the GalleryUpdate 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