public static interface PrivateDnsRecordSet.UpdateStages.WithMetadata
| Modifier and Type | Method and Description |
|---|---|
PrivateDnsRecordSet.Update |
withMetadata(String key,
String value)
Adds a metadata to the record set.
|
PrivateDnsRecordSet.Update |
withoutMetadata(String key)
Removes a metadata from the record set.
|
PrivateDnsRecordSet.Update withMetadata(String key, String value)
key - the key for the metadatavalue - the value for the metadataPrivateDnsRecordSet.Update withoutMetadata(String key)
key - the key of the metadata to removeCopyright © 2020 Microsoft Corporation. All rights reserved.