Class ApplicationLiveViewInstance

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

public final class ApplicationLiveViewInstance extends Object
Collection of instances belong to the Application Live View.
  • Constructor Details

    • ApplicationLiveViewInstance

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

    • name

      public String name()
      Get the name property: Name of the Application Live View instance.
      Returns:
      the name value.
    • status

      public String 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.