Class CommunityGalleryProperties
java.lang.Object
com.azure.resourcemanager.compute.fluent.models.CommunityGalleryProperties
Describes the properties of a community gallery.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of CommunityGalleryProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the artifactTags property: The artifact tags of a community gallery resource.Get the communityMetadata property: The metadata of community gallery.Get the disclaimer property: The disclaimer for a community gallery resource.voidvalidate()Validates the instance.withArtifactTags(Map<String, String> artifactTags) Set the artifactTags property: The artifact tags of a community gallery resource.withCommunityMetadata(CommunityGalleryMetadata communityMetadata) Set the communityMetadata property: The metadata of community gallery.withDisclaimer(String disclaimer) Set the disclaimer property: The disclaimer for a community gallery resource.
-
Constructor Details
-
CommunityGalleryProperties
public CommunityGalleryProperties()Creates an instance of CommunityGalleryProperties class.
-
-
Method Details
-
disclaimer
Get the disclaimer property: The disclaimer for a community gallery resource.- Returns:
- the disclaimer value.
-
withDisclaimer
Set the disclaimer property: The disclaimer for a community gallery resource.- Parameters:
disclaimer- the disclaimer value to set.- Returns:
- the CommunityGalleryProperties object itself.
-
artifactTags
Get the artifactTags property: The artifact tags of a community gallery resource.- Returns:
- the artifactTags value.
-
withArtifactTags
Set the artifactTags property: The artifact tags of a community gallery resource.- Parameters:
artifactTags- the artifactTags value to set.- Returns:
- the CommunityGalleryProperties object itself.
-
communityMetadata
Get the communityMetadata property: The metadata of community gallery.- Returns:
- the communityMetadata value.
-
withCommunityMetadata
Set the communityMetadata property: The metadata of community gallery.- Parameters:
communityMetadata- the communityMetadata value to set.- Returns:
- the CommunityGalleryProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-