26 строки
1.5 KiB
YAML
26 строки
1.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.dns.NSRecordSet"
|
|
fullName: "com.microsoft.azure.management.dns.NSRecordSet"
|
|
name: "NSRecordSet"
|
|
nameWithType: "NSRecordSet"
|
|
summary: "An immutable client-side representation of an NS (name server) record set in Azure DNS Zone."
|
|
syntax: "public interface **NSRecordSet**</br> extends <xref href=\"com.microsoft.azure.management.dns.DnsRecordSet?alt=com.microsoft.azure.management.dns.DnsRecordSet&text=DnsRecordSet\" data-throw-if-not-resolved=\"False\" />"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.dns.NSRecordSet.nameServers()"
|
|
fullName: "com.microsoft.azure.management.dns.NSRecordSet.nameServers()"
|
|
name: "nameServers()"
|
|
nameWithType: "NSRecordSet.nameServers()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<String> nameServers()"
|
|
returns:
|
|
description: "the name server names of NS (name server) records in this record set"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of an NS (name server) record set in Azure DNS Zone."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.dns.DnsRecordSet?alt=com.microsoft.azure.management.dns.DnsRecordSet&text=DnsRecordSet\" data-throw-if-not-resolved=\"False\" />"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.dns"
|
|
artifact: com.microsoft.azure:azure-mgmt-dns:1.41.4
|