GalleryIdentifier Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. GalleryIdentifier
- com.
Implements
public final class GalleryIdentifier
implements JsonSerializable<GalleryIdentifier>
Describes the gallery unique name.
Constructor Summary
Constructor | Description |
---|---|
GalleryIdentifier() |
Creates an instance of Gallery |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Gallery |
fromJson(JsonReader jsonReader)
Reads an instance of Gallery |
Json |
toJson(JsonWriter jsonWriter) |
String |
uniqueName()
Get the unique |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
GalleryIdentifier
public GalleryIdentifier()
Creates an instance of GalleryIdentifier class.
Method Details
fromJson
public static GalleryIdentifier fromJson(JsonReader jsonReader)
Reads an instance of GalleryIdentifier from the JsonReader.
Parameters:
Returns:
Throws:
toJson
uniqueName
public String uniqueName()
Get the uniqueName property: The unique name of the Shared Image Gallery. This name is generated automatically by Azure.
Returns:
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java