GalleryProperties Class
- java.
lang. Object - com.
azure. resourcemanager. devcenter. fluent. models. GalleryProperties
- com.
Implements
public final class GalleryProperties
implements JsonSerializable<GalleryProperties>
Properties of a gallery.
Constructor Summary
| Constructor | Description |
|---|---|
| GalleryProperties() |
Creates an instance of Gallery |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Gallery |
fromJson(JsonReader jsonReader)
Reads an instance of Gallery |
| String |
galleryResourceId()
Get the gallery |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Gallery |
withGalleryResourceId(String galleryResourceId)
Set the gallery |
Methods inherited from java.lang.Object
Constructor Details
GalleryProperties
public GalleryProperties()
Creates an instance of GalleryProperties class.
Method Details
fromJson
public static GalleryProperties fromJson(JsonReader jsonReader)
Reads an instance of GalleryProperties from the JsonReader.
Parameters:
Returns:
Throws:
galleryResourceId
public String galleryResourceId()
Get the galleryResourceId property: The resource ID of the backing Azure Compute Gallery.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the resource.
Returns:
toJson
validate
public void validate()
Validates the instance.
withGalleryResourceId
public GalleryProperties withGalleryResourceId(String galleryResourceId)
Set the galleryResourceId property: The resource ID of the backing Azure Compute Gallery.
Parameters:
Returns: