Class CommunityGalleryInner

java.lang.Object
com.azure.resourcemanager.compute.models.PirCommunityGalleryResource
com.azure.resourcemanager.compute.fluent.models.CommunityGalleryInner

public final class CommunityGalleryInner extends PirCommunityGalleryResource
Specifies information about the Community Gallery that you want to create or update.
  • Constructor Details

    • CommunityGalleryInner

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

    • withUniqueId

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

      public String disclaimer()
      Get the disclaimer property: The disclaimer for a community gallery resource.
      Returns:
      the disclaimer value.
    • withDisclaimer

      public CommunityGalleryInner withDisclaimer(String disclaimer)
      Set the disclaimer property: The disclaimer for a community gallery resource.
      Parameters:
      disclaimer - the disclaimer value to set.
      Returns:
      the CommunityGalleryInner object itself.
    • artifactTags

      public Map<String,String> artifactTags()
      Get the artifactTags property: The artifact tags of a community gallery resource.
      Returns:
      the artifactTags value.
    • withArtifactTags

      public CommunityGalleryInner withArtifactTags(Map<String,String> artifactTags)
      Set the artifactTags property: The artifact tags of a community gallery resource.
      Parameters:
      artifactTags - the artifactTags value to set.
      Returns:
      the CommunityGalleryInner object itself.
    • communityMetadata

      public CommunityGalleryMetadata communityMetadata()
      Get the communityMetadata property: The metadata of community gallery.
      Returns:
      the communityMetadata value.
    • withCommunityMetadata

      public CommunityGalleryInner withCommunityMetadata(CommunityGalleryMetadata communityMetadata)
      Set the communityMetadata property: The metadata of community gallery.
      Parameters:
      communityMetadata - the communityMetadata value to set.
      Returns:
      the CommunityGalleryInner object itself.
    • validate

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