Class SharedGalleryInner
java.lang.Object
com.azure.resourcemanager.compute.models.PirResource
com.azure.resourcemanager.compute.models.PirSharedGalleryResource
com.azure.resourcemanager.compute.fluent.models.SharedGalleryInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<PirResource>
Specifies information about the Shared Gallery that you want to create or update.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the artifactTags property: The artifact tags of a shared gallery resource.static SharedGalleryInnerfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SharedGalleryInner 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) uniqueId()Get the uniqueId property: The unique id of this shared gallery.voidvalidate()Validates the instance.withUniqueId(String uniqueId) Set the uniqueId property: The unique id of this shared gallery.Methods inherited from class 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
-
SharedGalleryInner
public SharedGalleryInner()Creates an instance of SharedGalleryInner class.
-
-
Method Details
-
location
Get the location property: Resource location.- Overrides:
locationin classPirSharedGalleryResource- Returns:
- the location value.
-
name
Get the name property: Resource name.- Overrides:
namein classPirSharedGalleryResource- Returns:
- the name value.
-
uniqueId
Get the uniqueId property: The unique id of this shared gallery.- Overrides:
uniqueIdin classPirSharedGalleryResource- Returns:
- the uniqueId value.
-
withUniqueId
Set the uniqueId property: The unique id of this shared gallery.- Overrides:
withUniqueIdin classPirSharedGalleryResource- Parameters:
uniqueId- the uniqueId value to set.- Returns:
- the SharedGalleryInner object itself.
-
artifactTags
-
validate
public void validate()Validates the instance.- Overrides:
validatein classPirSharedGalleryResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<PirResource>- Overrides:
toJsonin classPirSharedGalleryResource- Throws:
IOException
-
fromJson
Reads an instance of SharedGalleryInner from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of SharedGalleryInner 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 SharedGalleryInner.
-