DtlEnvironmentInner Class

public final class DtlEnvironmentInner
extends Resource

An environment, which is essentially an ARM template deployment.

Constructor Summary

Constructor Description
DtlEnvironmentInner()

Creates an instance of DtlEnvironmentInner class.

Method Summary

Modifier and Type Method and Description
String armTemplateDisplayName()

Get the armTemplateDisplayName property: The display name of the Azure Resource Manager template that produced the environment.

String createdByUser()

Get the createdByUser property: The creator of the environment.

EnvironmentDeploymentProperties deploymentProperties()

Get the deploymentProperties property: The deployment properties of the environment.

String provisioningState()

Get the provisioningState property: The provisioning status of the resource.

String resourceGroupId()

Get the resourceGroupId property: The identifier of the resource group containing the environment's resources.

String uniqueIdentifier()

Get the uniqueIdentifier property: The unique immutable identifier of a resource (Guid).

void validate()

Validates the instance.

DtlEnvironmentInner withArmTemplateDisplayName(String armTemplateDisplayName)

Set the armTemplateDisplayName property: The display name of the Azure Resource Manager template that produced the environment.

DtlEnvironmentInner withDeploymentProperties(EnvironmentDeploymentProperties deploymentProperties)

Set the deploymentProperties property: The deployment properties of the environment.

DtlEnvironmentInner withLocation(String location)
DtlEnvironmentInner withTags(Map<String,String> tags)

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

DtlEnvironmentInner

public DtlEnvironmentInner()

Creates an instance of DtlEnvironmentInner class.

Method Details

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.

createdByUser

public String createdByUser()

Get the createdByUser property: The creator of the environment.

Returns:

the createdByUser value.

deploymentProperties

public EnvironmentDeploymentProperties deploymentProperties()

Get the deploymentProperties property: The deployment properties of the environment.

Returns:

the deploymentProperties value.

provisioningState

public String provisioningState()

Get the provisioningState property: The provisioning status of the resource.

Returns:

the provisioningState value.

resourceGroupId

public String resourceGroupId()

Get the resourceGroupId property: The identifier of the resource group containing the environment's resources.

Returns:

the resourceGroupId 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.

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.

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.

withLocation

public DtlEnvironmentInner withLocation(String location)

Overrides:

DtlEnvironmentInner.withLocation(String location)

Parameters:

location

withTags

public DtlEnvironmentInner withTags(Map tags)

Overrides:

DtlEnvironmentInner.withTags(Map<String,String> tags)

Parameters:

tags

Applies to