Class DevToolPortalInstance

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

public final class DevToolPortalInstance extends Object
Collection of instances belong to the Dev Tool Portal.
  • Constructor Details

    • DevToolPortalInstance

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

    • name

      public String name()
      Get the name property: Name of the Dev Tool Portal instance.
      Returns:
      the name value.
    • status

      public String status()
      Get the status property: Status of the Dev Tool Portal 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.