EnvironmentDefinition Class
- java.
lang. Object - com.
azure. developer. devcenter. models. EnvironmentDefinition
- com.
Implements
public final class EnvironmentDefinition
implements JsonSerializable<EnvironmentDefinition>
An environment definition.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Environment |
fromJson(JsonReader jsonReader)
Reads an instance of Environment |
| String |
getCatalogName()
Get the catalog |
| String |
getDescription()
Get the description property: A short description of the environment definition. |
| String |
getId()
Get the id property: The ID of the environment definition. |
| String |
getName()
Get the name property: Name of the environment definition. |
|
List<Environment |
getParameters()
Get the parameters property: Input parameters passed to an environment. |
| String |
getParametersSchema()
Get the parameters |
| String |
getTemplatePath()
Get the template |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static EnvironmentDefinition fromJson(JsonReader jsonReader)
Reads an instance of EnvironmentDefinition from the JsonReader.
Parameters:
Returns:
Throws:
getCatalogName
public String getCatalogName()
Get the catalogName property: Name of the catalog.
Returns:
getDescription
public String getDescription()
Get the description property: A short description of the environment definition.
Returns:
getId
public String getId()
Get the id property: The ID of the environment definition.
Returns:
getName
public String getName()
Get the name property: Name of the environment definition.
Returns:
getParameters
public List<EnvironmentDefinitionParameter> getParameters()
Get the parameters property: Input parameters passed to an environment.
Returns:
getParametersSchema
public String getParametersSchema()
Get the parametersSchema property: JSON schema defining the parameters object passed to an environment.
Returns:
getTemplatePath
public String getTemplatePath()
Get the templatePath property: Path to the Environment Definition entrypoint file.
Returns: