Class ApplicationLiveViewComponent
java.lang.Object
com.azure.resourcemanager.appplatform.models.ApplicationLiveViewComponent
Application Live View properties payload.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ApplicationLiveViewComponent class. -
Method Summary
Modifier and TypeMethodDescriptionGet the instances property: Collection of instances belong to Application Live View.name()Get the name property: Name of the component.Get the resourceRequests property: The requested resource quantity for required CPU and Memory.voidvalidate()Validates the instance.
-
Constructor Details
-
ApplicationLiveViewComponent
public ApplicationLiveViewComponent()Creates an instance of ApplicationLiveViewComponent class.
-
-
Method Details
-
name
Get the name property: Name of the component.- Returns:
- the name value.
-
resourceRequests
Get the resourceRequests property: The requested resource quantity for required CPU and Memory.- Returns:
- the resourceRequests value.
-
instances
Get the instances property: Collection of instances belong to Application Live View.- Returns:
- the instances value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-