ZoneUpdate Class
- java.
lang. Object - com.
azure. resourcemanager. dns. models. ZoneUpdate
- com.
Implements
public final class ZoneUpdate
implements JsonSerializable<ZoneUpdate>
Describes a request to update a DNS zone.
Constructor Summary
| Constructor | Description |
|---|---|
| ZoneUpdate() |
Creates an instance of Zone |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Zone |
fromJson(JsonReader jsonReader)
Reads an instance of Zone |
| Map<String,String> |
tags()
Get the tags property: Resource tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Zone |
withTags(Map<String,String> tags)
Set the tags property: Resource tags. |
Methods inherited from java.lang.Object
Constructor Details
ZoneUpdate
public ZoneUpdate()
Creates an instance of ZoneUpdate class.
Method Details
fromJson
public static ZoneUpdate fromJson(JsonReader jsonReader)
Reads an instance of ZoneUpdate 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.
withTags
public ZoneUpdate withTags(Map<String,String> tags)
Set the tags property: Resource tags.
Parameters:
Returns: