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 remove/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/