ApplicationLiveViewInstance Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. ApplicationLiveViewInstance
- com.
Implements
public final class ApplicationLiveViewInstance
implements com.azure.json.JsonSerializable<ApplicationLiveViewInstance>
Collection of instances belong to the Application Live View.
Constructor Summary
| Constructor | Description |
|---|---|
| ApplicationLiveViewInstance() |
Creates an instance of Application |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
| String |
name()
Get the name property: Name of the Application Live View instance. |
| String |
status()
Get the status property: Status of the Application Live View instance. |
| com.azure.json.JsonWriter | toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ApplicationLiveViewInstance
public ApplicationLiveViewInstance()
Creates an instance of ApplicationLiveViewInstance class.
Method Details
fromJson
public static ApplicationLiveViewInstance fromJson(JsonReader jsonReader)
Reads an instance of ApplicationLiveViewInstance from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Name of the Application Live View instance.
Returns:
status
public String status()
Get the status property: Status of the Application Live View instance. It can be Pending, Running, Succeeded, Failed, Unknown.
Returns:
toJson
validate
public void validate()
Validates the instance.