Class ActiveDeploymentCollection

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

public final class ActiveDeploymentCollection extends Object
Object that includes an array of Deployment resource name and set them as active.
  • Constructor Details

    • ActiveDeploymentCollection

      public ActiveDeploymentCollection()
  • Method Details

    • activeDeploymentNames

      public List<String> activeDeploymentNames()
      Get the activeDeploymentNames property: Collection of Deployment name.
      Returns:
      the activeDeploymentNames value.
    • withActiveDeploymentNames

      public ActiveDeploymentCollection withActiveDeploymentNames(List<String> activeDeploymentNames)
      Set the activeDeploymentNames property: Collection of Deployment name.
      Parameters:
      activeDeploymentNames - the activeDeploymentNames value to set.
      Returns:
      the ActiveDeploymentCollection object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.