Class CommunityGalleryInner
java.lang.Object
com.azure.resourcemanager.compute.models.PirCommunityGalleryResource
com.azure.resourcemanager.compute.fluent.models.CommunityGalleryInner
Specifies information about the Community Gallery that you want to create or update.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the instance.withUniqueId(String uniqueId) Set the uniqueId property: The unique id of this community gallery.Methods inherited from class com.azure.resourcemanager.compute.models.PirCommunityGalleryResource
location, name, type, uniqueId
-
Constructor Details
-
CommunityGalleryInner
public CommunityGalleryInner()
-
-
Method Details
-
withUniqueId
Set the uniqueId property: The unique id of this community gallery.- Overrides:
withUniqueIdin classPirCommunityGalleryResource- Parameters:
uniqueId- the uniqueId value to set.- Returns:
- the PirCommunityGalleryResource object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classPirCommunityGalleryResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-