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 Summary
Constructors Constructor Description CommunityGalleryInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.CommunityGalleryInnerwithUniqueId(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
-
-
-
-
Method Detail
-
withUniqueId
public CommunityGalleryInner withUniqueId(String uniqueId)
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.
-
-