ApplicationLiveViewProperties Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. ApplicationLiveViewProperties
- com.
Implements
public final class ApplicationLiveViewProperties
implements JsonSerializable<ApplicationLiveViewProperties>
Application Live View properties payload.
Constructor Summary
Constructor | Description |
---|---|
ApplicationLiveViewProperties() |
Creates an instance of Application |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Application |
components()
Get the components property: Component details of Application Live View. |
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
Application |
provisioningState()
Get the provisioning |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ApplicationLiveViewProperties
public ApplicationLiveViewProperties()
Creates an instance of ApplicationLiveViewProperties class.
Method Details
components
public List
Get the components property: Component details of Application Live View.
Returns:
fromJson
public static ApplicationLiveViewProperties fromJson(JsonReader jsonReader)
Reads an instance of ApplicationLiveViewProperties from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public ApplicationLiveViewProvisioningState provisioningState()
Get the provisioningState property: State of the Application Live View.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java