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 pir.
-
-
Constructor Summary
Constructors Constructor Description PirCommunityGalleryResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringlocation()Get the location property: Resource location.Stringname()Get the name property: Resource name.Stringtype()Get the type property: Resource type.StringuniqueId()Get the uniqueId property: The unique id of this community gallery.voidvalidate()Validates the instance.PirCommunityGalleryResourcewithUniqueId(String uniqueId)Set the uniqueId property: The unique id of this community gallery.
-
-
-
Method Detail
-
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.
-
-