DevCenterEnvironmentType Class
- java.
lang. Object - com.
azure. developer. devcenter. models. DevCenterEnvironmentType
- com.
Implements
public final class DevCenterEnvironmentType
implements JsonSerializable<DevCenterEnvironmentType>
Properties of an environment type.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dev |
fromJson(JsonReader jsonReader)
Reads an instance of Dev |
| String |
getDeploymentTargetId()
Get the deployment |
| String |
getName()
Get the name property: Name of the environment type. |
|
Environment |
getStatus()
Get the status property: Indicates whether this environment type is enabled for use in this project. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static DevCenterEnvironmentType fromJson(JsonReader jsonReader)
Reads an instance of DevCenterEnvironmentType from the JsonReader.
Parameters:
Returns:
Throws:
getDeploymentTargetId
public String getDeploymentTargetId()
Get the deploymentTargetId property: Id of a subscription or management group that the environment type will be mapped to. The environment's resources will be deployed into this subscription or management group.
Returns:
getName
public String getName()
Get the name property: Name of the environment type.
Returns:
getStatus
public EnvironmentTypeStatus getStatus()
Get the status property: Indicates whether this environment type is enabled for use in this project.
Returns: