Class ApplicationLiveViewInstance
java.lang.Object
com.azure.resourcemanager.appplatform.models.ApplicationLiveViewInstance
Collection of instances belong to the Application Live View.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ApplicationLiveViewInstance class. -
Method Summary
-
Constructor Details
-
ApplicationLiveViewInstance
public ApplicationLiveViewInstance()Creates an instance of ApplicationLiveViewInstance class.
-
-
Method Details
-
name
Get the name property: Name of the Application Live View instance.- Returns:
- the name value.
-
status
Get the status property: Status of the Application Live View instance. It can be Pending, Running, Succeeded, Failed, Unknown.- Returns:
- the status value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-