ZoneUpdate Class

  • java.lang.Object
    • com.microsoft.azure.management.dns.ZoneUpdate

public class ZoneUpdate

Describes a request to update a DNS zone.

Constructor Summary

Constructor Description
ZoneUpdate()

Method Summary

Modifier and Type Method and Description
java.util.Map<java.lang.String,java.lang.String> tags()

Get the tags value.

ZoneUpdate withTags(Map<String,String> tags)

Set the tags value.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ZoneUpdate

public ZoneUpdate()

Method Details

tags

public Map tags()

Get the tags value.

Returns:

the tags value

withTags

public ZoneUpdate withTags(Map tags)

Set the tags value.

Parameters:

tags - the tags value to set

Returns:

the ZoneUpdate object itself.

Applies to