Class CommunityGalleryImageIdentifier
java.lang.Object
com.azure.resourcemanager.compute.models.CommunityGalleryImageIdentifier
- All Implemented Interfaces:
com.azure.json.JsonSerializable<CommunityGalleryImageIdentifier>
public final class CommunityGalleryImageIdentifier
extends Object
implements com.azure.json.JsonSerializable<CommunityGalleryImageIdentifier>
This is the community gallery image definition identifier.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of CommunityGalleryImageIdentifier class. -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CommunityGalleryImageIdentifier from the JsonReader.offer()Get the offer property: The name of the gallery image definition offer.Get the publisher property: The name of the gallery image definition publisher.sku()Get the sku property: The name of the gallery image definition SKU.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.Set the offer property: The name of the gallery image definition offer.withPublisher(String publisher) Set the publisher property: The name of the gallery image definition publisher.Set the sku property: The name of the gallery image definition SKU.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
-
CommunityGalleryImageIdentifier
public CommunityGalleryImageIdentifier()Creates an instance of CommunityGalleryImageIdentifier class.
-
-
Method Details
-
publisher
Get the publisher property: The name of the gallery image definition publisher.- Returns:
- the publisher value.
-
withPublisher
Set the publisher property: The name of the gallery image definition publisher.- Parameters:
publisher- the publisher value to set.- Returns:
- the CommunityGalleryImageIdentifier object itself.
-
offer
Get the offer property: The name of the gallery image definition offer.- Returns:
- the offer value.
-
withOffer
Set the offer property: The name of the gallery image definition offer.- Parameters:
offer- the offer value to set.- Returns:
- the CommunityGalleryImageIdentifier object itself.
-
sku
Get the sku property: The name of the gallery image definition SKU.- Returns:
- the sku value.
-
withSku
Set the sku property: The name of the gallery image definition SKU.- Parameters:
sku- the sku value to set.- Returns:
- the CommunityGalleryImageIdentifier 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<CommunityGalleryImageIdentifier>- Throws:
IOException
-
fromJson
public static CommunityGalleryImageIdentifier fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of CommunityGalleryImageIdentifier from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of CommunityGalleryImageIdentifier 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 CommunityGalleryImageIdentifier.
-