Class PirCommunityGalleryResource

java.lang.Object
com.azure.resourcemanager.compute.models.PirCommunityGalleryResource
Direct Known Subclasses:
CommunityGalleryImageInner, CommunityGalleryImageVersionInner, CommunityGalleryInner

public class PirCommunityGalleryResource extends Object
Base information about the community gallery resource in azure compute gallery.
  • Constructor Details

    • PirCommunityGalleryResource

      public PirCommunityGalleryResource()
      Creates an instance of PirCommunityGalleryResource class.
  • Method Details

    • name

      public String name()
      Get the name property: Resource name.
      Returns:
      the name value.
    • location

      public String location()
      Get the location property: Resource location.
      Returns:
      the location value.
    • type

      public String type()
      Get the type property: Resource type.
      Returns:
      the type value.
    • uniqueId

      public String uniqueId()
      Get the uniqueId property: The unique id of this community gallery.
      Returns:
      the uniqueId value.
    • withUniqueId

      public PirCommunityGalleryResource withUniqueId(String uniqueId)
      Set the uniqueId property: The unique id of this community gallery.
      Parameters:
      uniqueId - the uniqueId value to set.
      Returns:
      the PirCommunityGalleryResource object itself.
    • validate

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