AllowedEnvironmentTypeProperties Class
- java.
lang. Object - com.
azure. resourcemanager. devcenter. fluent. models. AllowedEnvironmentTypeProperties
- com.
Implements
public final class AllowedEnvironmentTypeProperties
implements JsonSerializable<AllowedEnvironmentTypeProperties>
Properties of an allowed environment type.
Constructor Summary
| Constructor | Description |
|---|---|
| AllowedEnvironmentTypeProperties() |
Creates an instance of Allowed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
displayName()
Get the display |
|
static
Allowed |
fromJson(JsonReader jsonReader)
Reads an instance of Allowed |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
AllowedEnvironmentTypeProperties
public AllowedEnvironmentTypeProperties()
Creates an instance of AllowedEnvironmentTypeProperties class.
Method Details
displayName
public String displayName()
Get the displayName property: The display name of the allowed environment type.
Returns:
fromJson
public static AllowedEnvironmentTypeProperties fromJson(JsonReader jsonReader)
Reads an instance of AllowedEnvironmentTypeProperties from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the resource.
Returns:
toJson
validate
public void validate()
Validates the instance.