Class DtlEnvironmentInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.devtestlabs.fluent.models.DtlEnvironmentInner

public final class DtlEnvironmentInner extends com.azure.core.management.Resource
An environment, which is essentially an ARM template deployment.
  • Constructor Details

    • DtlEnvironmentInner

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

    • withLocation

      public DtlEnvironmentInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public DtlEnvironmentInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • deploymentProperties

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

      public DtlEnvironmentInner withDeploymentProperties(EnvironmentDeploymentProperties deploymentProperties)
      Set the deploymentProperties property: The deployment properties of the environment.
      Parameters:
      deploymentProperties - the deploymentProperties value to set.
      Returns:
      the DtlEnvironmentInner 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 DtlEnvironmentInner 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 DtlEnvironmentInner 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.