Class PirCommunityGalleryResource
java.lang.Object
com.azure.resourcemanager.compute.models.PirCommunityGalleryResource
- All Implemented Interfaces:
com.azure.json.JsonSerializable<PirCommunityGalleryResource>
- Direct Known Subclasses:
CommunityGalleryImageInner,CommunityGalleryImageVersionInner,CommunityGalleryInner
public class PirCommunityGalleryResource
extends Object
implements com.azure.json.JsonSerializable<PirCommunityGalleryResource>
Base information about the community gallery resource in azure compute gallery.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of PirCommunityGalleryResource class. -
Method Summary
Modifier and TypeMethodDescriptionstatic PirCommunityGalleryResourcefromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PirCommunityGalleryResource from the JsonReader.location()Get the location property: Resource location.name()Get the name property: Resource name.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) type()Get the type property: Resource type.uniqueId()Get the uniqueId property: The unique id of this community gallery.voidvalidate()Validates the instance.withUniqueId(String uniqueId) Set the uniqueId property: The unique id of this community gallery.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
PirCommunityGalleryResource
public PirCommunityGalleryResource()Creates an instance of PirCommunityGalleryResource class.
-
-
Method Details
-
name
Get the name property: Resource name.- Returns:
- the name value.
-
location
Get the location property: Resource location.- Returns:
- the location value.
-
type
Get the type property: Resource type.- Returns:
- the type value.
-
uniqueId
Get the uniqueId property: The unique id of this community gallery.- Returns:
- the uniqueId value.
-
withUniqueId
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.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<PirCommunityGalleryResource>- Throws:
IOException
-
fromJson
public static PirCommunityGalleryResource fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of PirCommunityGalleryResource from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of PirCommunityGalleryResource if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the PirCommunityGalleryResource.
-