public static interface DnsRecordSet.UpdateStages.WithMetadata
| Modifier and Type | Method and Description |
|---|---|
DnsRecordSet.Update |
withMetadata(String key,
String value)
Adds a metadata to the record set.
|
DnsRecordSet.Update |
withoutMetadata(String key)
Removes a metadata from the record set.
|
DnsRecordSet.Update withMetadata(String key, String value)
key - the key for the metadatavalue - the value for the metadataDnsRecordSet.Update withoutMetadata(String key)
key - the key of the metadata to removeVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.