Class CommunityGalleryInner
java.lang.Object
com.azure.resourcemanager.compute.models.PirCommunityGalleryResource
com.azure.resourcemanager.compute.fluent.models.CommunityGalleryInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<PirCommunityGalleryResource>
Specifies information about the Community Gallery that you want to create or update.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the artifactTags property: The artifact tags of a community gallery resource.Get the communityMetadata property: The metadata of community gallery.Get the disclaimer property: The disclaimer for a community gallery resource.static CommunityGalleryInnerfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CommunityGalleryInner 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.withArtifactTags(Map<String, String> artifactTags) Set the artifactTags property: The artifact tags of a community gallery resource.withCommunityMetadata(CommunityGalleryMetadata communityMetadata) Set the communityMetadata property: The metadata of community gallery.withDisclaimer(String disclaimer) Set the disclaimer property: The disclaimer for a community gallery resource.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
-
CommunityGalleryInner
public CommunityGalleryInner()Creates an instance of CommunityGalleryInner class.
-
-
Method Details
-
name
Get the name property: Resource name.- Overrides:
namein classPirCommunityGalleryResource- Returns:
- the name value.
-
location
Get the location property: Resource location.- Overrides:
locationin classPirCommunityGalleryResource- Returns:
- the location value.
-
type
Get the type property: Resource type.- Overrides:
typein classPirCommunityGalleryResource- Returns:
- the type value.
-
uniqueId
Get the uniqueId property: The unique id of this community gallery.- Overrides:
uniqueIdin classPirCommunityGalleryResource- Returns:
- the uniqueId value.
-
withUniqueId
Set the uniqueId property: The unique id of this community gallery.- Overrides:
withUniqueIdin classPirCommunityGalleryResource- Parameters:
uniqueId- the uniqueId value to set.- Returns:
- the CommunityGalleryInner object itself.
-
disclaimer
Get the disclaimer property: The disclaimer for a community gallery resource.- Returns:
- the disclaimer value.
-
withDisclaimer
Set the disclaimer property: The disclaimer for a community gallery resource.- Parameters:
disclaimer- the disclaimer value to set.- Returns:
- the CommunityGalleryInner object itself.
-
artifactTags
Get the artifactTags property: The artifact tags of a community gallery resource.- Returns:
- the artifactTags value.
-
withArtifactTags
Set the artifactTags property: The artifact tags of a community gallery resource.- Parameters:
artifactTags- the artifactTags value to set.- Returns:
- the CommunityGalleryInner object itself.
-
communityMetadata
Get the communityMetadata property: The metadata of community gallery.- Returns:
- the communityMetadata value.
-
withCommunityMetadata
Set the communityMetadata property: The metadata of community gallery.- Parameters:
communityMetadata- the communityMetadata value to set.- Returns:
- the CommunityGalleryInner object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classPirCommunityGalleryResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<PirCommunityGalleryResource>- Overrides:
toJsonin classPirCommunityGalleryResource- Throws:
IOException
-
fromJson
public static CommunityGalleryInner fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of CommunityGalleryInner from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of CommunityGalleryInner 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 CommunityGalleryInner.
-