GalleryResourceProfilePropertiesBase Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. GalleryResourceProfilePropertiesBase
- com.
Implements
public class GalleryResourceProfilePropertiesBase
implements JsonSerializable<GalleryResourceProfilePropertiesBase>
The properties of a gallery ResourceProfile.
Constructor Summary
Constructor | Description |
---|---|
GalleryResourceProfilePropertiesBase() |
Creates an instance of Gallery |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Gallery |
fromJson(JsonReader jsonReader)
Reads an instance of Gallery |
Gallery |
provisioningState()
Get the provisioning |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
GalleryResourceProfilePropertiesBase
public GalleryResourceProfilePropertiesBase()
Creates an instance of GalleryResourceProfilePropertiesBase class.
Method Details
fromJson
public static GalleryResourceProfilePropertiesBase fromJson(JsonReader jsonReader)
Reads an instance of GalleryResourceProfilePropertiesBase from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public GalleryProvisioningState provisioningState()
Get the provisioningState property: The provisioning state, which only appears in the response.
Returns:
toJson
validate
public void validate()
Validates the instance.