EnvironmentDefinitionProperties Class
- java.
lang. Object - com.
azure. resourcemanager. devcenter. fluent. models. EnvironmentDefinitionProperties
- com.
Implements
public final class EnvironmentDefinitionProperties
implements JsonSerializable<EnvironmentDefinitionProperties>
Properties of an environment definition.
Constructor Summary
| Constructor | Description |
|---|---|
| EnvironmentDefinitionProperties() |
Creates an instance of Environment |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
description()
Get the description property: A short description of the environment definition. |
|
static
Environment |
fromJson(JsonReader jsonReader)
Reads an instance of Environment |
|
List<Environment |
parameters()
Get the parameters property: Input parameters passed to an environment. |
| String |
templatePath()
Get the template |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Catalog |
validationStatus()
Get the validation |
Methods inherited from java.lang.Object
Constructor Details
EnvironmentDefinitionProperties
public EnvironmentDefinitionProperties()
Creates an instance of EnvironmentDefinitionProperties class.
Method Details
description
public String description()
Get the description property: A short description of the environment definition.
Returns:
fromJson
public static EnvironmentDefinitionProperties fromJson(JsonReader jsonReader)
Reads an instance of EnvironmentDefinitionProperties from the JsonReader.
Parameters:
Returns:
Throws:
parameters
public List<EnvironmentDefinitionParameter> parameters()
Get the parameters property: Input parameters passed to an environment.
Returns:
templatePath
public String templatePath()
Get the templatePath property: Path to the Environment Definition entrypoint file.
Returns:
toJson
validate
public void validate()
Validates the instance.
validationStatus
public CatalogResourceValidationStatus validationStatus()
Get the validationStatus property: Validation status for the environment definition.
Returns: