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
Environment |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
List<Environment |
parameters()
Gets the parameters property: Input parameters passed to an environment. |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
templatePath()
Gets the template |
| abstract String |
type()
Gets the type property: The type of the resource. |
|
abstract
Catalog |
validationStatus()
Gets the validation |
Method Details
description
public abstract String description()
Gets the description property: A short description of the environment definition.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract EnvironmentDefinitionInner innerModel()
Gets the inner com.azure.resourcemanager.devcenter.fluent.models.EnvironmentDefinitionInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
parameters
public abstract List<EnvironmentDefinitionParameter> parameters()
Gets the parameters property: Input parameters passed to an environment.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
templatePath
public abstract String templatePath()
Gets the templatePath property: Path to the Environment Definition entrypoint file.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
validationStatus
public abstract CatalogResourceValidationStatus validationStatus()
Gets the validationStatus property: Validation status for the environment definition.
Returns: