EnvironmentDefinition Interface

public interface EnvironmentDefinition

An immutable client-side representation of EnvironmentDefinition.

Method Summary

Modifier and Type Method and Description
abstract String description()

Gets the description property: A short description of the environment definition.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract EnvironmentDefinitionInner innerModel()

Gets the inner com.azure.resourcemanager.devcenter.fluent.models.EnvironmentDefinitionInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract List<EnvironmentDefinitionParameter> parameters()

Gets the parameters property: Input parameters passed to an environment.

abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

abstract String templatePath()

Gets the templatePath property: Path to the Environment Definition entrypoint file.

abstract String type()

Gets the type property: The type of the resource.

abstract CatalogResourceValidationStatus validationStatus()

Gets the validationStatus property: Validation status for the environment definition.

Method Details

description

public abstract String description()

Gets the description property: A short description of the environment definition.

Returns:

the description value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract EnvironmentDefinitionInner innerModel()

Gets the inner com.azure.resourcemanager.devcenter.fluent.models.EnvironmentDefinitionInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

parameters

public abstract List<EnvironmentDefinitionParameter> parameters()

Gets the parameters property: Input parameters passed to an environment.

Returns:

the parameters value.

systemData

public abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

templatePath

public abstract String templatePath()

Gets the templatePath property: Path to the Environment Definition entrypoint file.

Returns:

the templatePath value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

validationStatus

public abstract CatalogResourceValidationStatus validationStatus()

Gets the validationStatus property: Validation status for the environment definition.

Returns:

the validationStatus value.

Applies to