CommunityGalleryImageIdentifier Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. CommunityGalleryImageIdentifier
- com.
Implements
public final class CommunityGalleryImageIdentifier
implements JsonSerializable<CommunityGalleryImageIdentifier>
This is the community gallery image definition identifier.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Community |
fromJson(JsonReader jsonReader)
Reads an instance of Community |
| String |
offer()
Get the offer property: The name of the gallery image definition offer. |
| String |
publisher()
Get the publisher property: The name of the gallery image definition publisher. |
| String |
sku()
Get the sku property: The name of the gallery image definition SKU. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static CommunityGalleryImageIdentifier fromJson(JsonReader jsonReader)
Reads an instance of CommunityGalleryImageIdentifier from the JsonReader.
Parameters:
Returns:
Throws:
offer
public String offer()
Get the offer property: The name of the gallery image definition offer.
Returns:
publisher
public String publisher()
Get the publisher property: The name of the gallery image definition publisher.
Returns:
sku
public String sku()
Get the sku property: The name of the gallery image definition SKU.
Returns:
toJson
validate
public void validate()
Validates the instance.