Class ApplicationLiveViewComponent

java.lang.Object
com.azure.resourcemanager.appplatform.models.ApplicationLiveViewComponent

public final class ApplicationLiveViewComponent extends Object
Application Live View properties payload.
  • Constructor Details

    • ApplicationLiveViewComponent

      public ApplicationLiveViewComponent()
      Creates an instance of ApplicationLiveViewComponent class.
  • Method Details

    • name

      public Object name()
      Get the name property: Name of the component.
      Returns:
      the name value.
    • resourceRequests

      public ApplicationLiveViewResourceRequests resourceRequests()
      Get the resourceRequests property: The requested resource quantity for required CPU and Memory.
      Returns:
      the resourceRequests value.
    • instances

      public List<ApplicationLiveViewInstance> 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.