EnvironmentTypeUpdateProperties Class
- java.
lang. Object - com.
azure. resourcemanager. devcenter. fluent. models. EnvironmentTypeUpdateProperties
- com.
Implements
public class EnvironmentTypeUpdateProperties
implements JsonSerializable<EnvironmentTypeUpdateProperties>
Properties of an environment type. These properties can be updated after the resource has been created.
Constructor Summary
| Constructor | Description |
|---|---|
| EnvironmentTypeUpdateProperties() |
Creates an instance of Environment |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
displayName()
Get the display |
|
static
Environment |
fromJson(JsonReader jsonReader)
Reads an instance of Environment |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Environment |
withDisplayName(String displayName)
Set the display |
Methods inherited from java.lang.Object
Constructor Details
EnvironmentTypeUpdateProperties
public EnvironmentTypeUpdateProperties()
Creates an instance of EnvironmentTypeUpdateProperties class.
Method Details
displayName
public String displayName()
Get the displayName property: The display name of the environment type.
Returns:
fromJson
public static EnvironmentTypeUpdateProperties fromJson(JsonReader jsonReader)
Reads an instance of EnvironmentTypeUpdateProperties from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withDisplayName
public EnvironmentTypeUpdateProperties withDisplayName(String displayName)
Set the displayName property: The display name of the environment type.
Parameters:
Returns: