EnvironmentTypeUpdate Class
- java.
lang. Object - com.
azure. resourcemanager. devcenter. models. EnvironmentTypeUpdate
- com.
Implements
public final class EnvironmentTypeUpdate
implements JsonSerializable<EnvironmentTypeUpdate>
The environment type for partial update. Properties not provided in the update request will not be changed.
Constructor Summary
| Constructor | Description |
|---|---|
| EnvironmentTypeUpdate() |
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 |
| Map<String,String> |
tags()
Get the tags property: Resource tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Environment |
withDisplayName(String displayName)
Set the display |
|
Environment |
withTags(Map<String,String> tags)
Set the tags property: Resource tags. |
Methods inherited from java.lang.Object
Constructor Details
EnvironmentTypeUpdate
public EnvironmentTypeUpdate()
Creates an instance of EnvironmentTypeUpdate class.
Method Details
displayName
public String displayName()
Get the displayName property: The display name of the environment type.
Returns:
fromJson
public static EnvironmentTypeUpdate fromJson(JsonReader jsonReader)
Reads an instance of EnvironmentTypeUpdate from the JsonReader.
Parameters:
Returns:
Throws:
tags
public Map<String,String> tags()
Get the tags property: Resource tags.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDisplayName
public EnvironmentTypeUpdate withDisplayName(String displayName)
Set the displayName property: The display name of the environment type.
Parameters:
Returns:
withTags
public EnvironmentTypeUpdate withTags(Map<String,String> tags)
Set the tags property: Resource tags.
Parameters:
Returns: