Class EnvironmentProperties

java.lang.Object
com.azure.resourcemanager.devtestlabs.fluent.models.EnvironmentProperties

public final class EnvironmentProperties extends Object
Properties of an environment.
  • Constructor Details

    • EnvironmentProperties

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

    • deploymentProperties

      public EnvironmentDeploymentProperties deploymentProperties()
      Get the deploymentProperties property: The deployment properties of the environment.
      Returns:
      the deploymentProperties value.
    • withDeploymentProperties

      public EnvironmentProperties withDeploymentProperties(EnvironmentDeploymentProperties deploymentProperties)
      Set the deploymentProperties property: The deployment properties of the environment.
      Parameters:
      deploymentProperties - the deploymentProperties value to set.
      Returns:
      the EnvironmentProperties object itself.
    • armTemplateDisplayName

      public String armTemplateDisplayName()
      Get the armTemplateDisplayName property: The display name of the Azure Resource Manager template that produced the environment.
      Returns:
      the armTemplateDisplayName value.
    • withArmTemplateDisplayName

      public EnvironmentProperties withArmTemplateDisplayName(String armTemplateDisplayName)
      Set the armTemplateDisplayName property: The display name of the Azure Resource Manager template that produced the environment.
      Parameters:
      armTemplateDisplayName - the armTemplateDisplayName value to set.
      Returns:
      the EnvironmentProperties object itself.
    • resourceGroupId

      public String resourceGroupId()
      Get the resourceGroupId property: The identifier of the resource group containing the environment's resources.
      Returns:
      the resourceGroupId value.
    • createdByUser

      public String createdByUser()
      Get the createdByUser property: The creator of the environment.
      Returns:
      the createdByUser value.
    • provisioningState

      public String provisioningState()
      Get the provisioningState property: The provisioning status of the resource.
      Returns:
      the provisioningState value.
    • uniqueIdentifier

      public String uniqueIdentifier()
      Get the uniqueIdentifier property: The unique immutable identifier of a resource (Guid).
      Returns:
      the uniqueIdentifier value.
    • validate

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