ApplicationLiveViewComponent Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. ApplicationLiveViewComponent
- com.
Implements
public final class ApplicationLiveViewComponent
implements JsonSerializable<ApplicationLiveViewComponent>
Application Live View properties payload.
Constructor Summary
Constructor | Description |
---|---|
ApplicationLiveViewComponent() |
Creates an instance of Application |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
List<Application |
instances()
Get the instances property: Collection of instances belong to Application Live View. |
Object |
name()
Get the name property: Name of the component. |
Application |
resourceRequests()
Get the resource |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ApplicationLiveViewComponent
public ApplicationLiveViewComponent()
Creates an instance of ApplicationLiveViewComponent class.
Method Details
fromJson
public static ApplicationLiveViewComponent fromJson(JsonReader jsonReader)
Reads an instance of ApplicationLiveViewComponent from the JsonReader.
Parameters:
Returns:
Throws:
instances
public List
Get the instances property: Collection of instances belong to Application Live View.
Returns:
name
public Object name()
Get the name property: Name of the component.
Returns:
resourceRequests
public ApplicationLiveViewResourceRequests resourceRequests()
Get the resourceRequests property: The requested resource quantity for required CPU and Memory.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java