EnvironmentDefinitionInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. devcenter. fluent. models. EnvironmentDefinitionInner
- com.
- com.
public final class EnvironmentDefinitionInner
extends ProxyResource
Represents an environment definition catalog item.
Constructor Summary
| Constructor | Description |
|---|---|
| EnvironmentDefinitionInner() |
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 |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
List<Environment |
parameters()
Get the parameters property: Input parameters passed to an environment. |
|
System |
systemData()
Get the system |
| String |
templatePath()
Get the template |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Catalog |
validationStatus()
Get the validation |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
EnvironmentDefinitionInner
public EnvironmentDefinitionInner()
Creates an instance of EnvironmentDefinitionInner class.
Method Details
description
public String description()
Get the description property: A short description of the environment definition.
Returns:
fromJson
public static EnvironmentDefinitionInner fromJson(JsonReader jsonReader)
Reads an instance of EnvironmentDefinitionInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
EnvironmentDefinitionInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
EnvironmentDefinitionInner.name()Returns:
parameters
public List<EnvironmentDefinitionParameter> parameters()
Get the parameters property: Input parameters passed to an environment.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
templatePath
public String templatePath()
Get the templatePath property: Path to the Environment Definition entrypoint file.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
EnvironmentDefinitionInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
EnvironmentDefinitionInner.type()Returns:
validate
public void validate()
Validates the instance.
validationStatus
public CatalogResourceValidationStatus validationStatus()
Get the validationStatus property: Validation status for the environment definition.
Returns: