azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

36 строки
2.2 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithMetadata"
fullName: "com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithMetadata<ParentT>"
name: "DnsRecordSet.DefinitionStages.WithMetadata<ParentT>"
nameWithType: "DnsRecordSet.DefinitionStages.WithMetadata<ParentT>"
summary: "The stage of the record set definition allowing to specify metadata."
syntax: "public static interface **DnsRecordSet.DefinitionStages.WithMetadata<ParentT>**"
methods:
- uid: "com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithMetadata.withMetadata(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithMetadata<ParentT>.withMetadata(String key, String value)"
name: "withMetadata(String key, String value)"
nameWithType: "DnsRecordSet.DefinitionStages.WithMetadata<ParentT>.withMetadata(String key, String value)"
summary: "Adds a metadata to the resource."
modifiers:
- "abstract"
parameters:
- description: "the key for the metadata"
name: "key"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the value for the metadata"
name: "value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract DnsRecordSet.DefinitionStages.WithAttach<ParentT> withMetadata(String key, String value)"
desc: "Adds a metadata to the resource."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithAttach?alt=com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithAttach&text=WithAttach\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
typeParameters:
- description: "the stage of the parent definition to return to after attaching this definition"
name: "ParentT"
desc: "The stage of the record set definition allowing to specify metadata."
metadata: {}
package: "com.microsoft.azure.management.dns"
artifact: com.microsoft.azure:azure-mgmt-dns:1.41.4