Class GalleryProperties

java.lang.Object
com.azure.resourcemanager.devcenter.fluent.models.GalleryProperties

public final class GalleryProperties extends Object
Properties of a gallery.
  • Constructor Details

    • GalleryProperties

      public GalleryProperties()
  • Method Details

    • provisioningState

      public String provisioningState()
      Get the provisioningState property: The provisioning state of the resource.
      Returns:
      the provisioningState value.
    • galleryResourceId

      public String galleryResourceId()
      Get the galleryResourceId property: The resource ID of the backing Azure Compute Gallery.
      Returns:
      the galleryResourceId value.
    • withGalleryResourceId

      public GalleryProperties withGalleryResourceId(String galleryResourceId)
      Set the galleryResourceId property: The resource ID of the backing Azure Compute Gallery.
      Parameters:
      galleryResourceId - the galleryResourceId value to set.
      Returns:
      the GalleryProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.