26 строки
1.5 KiB
YAML
26 строки
1.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.dns.PtrRecordSet"
|
|
fullName: "com.microsoft.azure.management.dns.PtrRecordSet"
|
|
name: "PtrRecordSet"
|
|
nameWithType: "PtrRecordSet"
|
|
summary: "An immutable client-side representation of a PTR (pointer) record set in Azure DNS Zone."
|
|
syntax: "public interface **PtrRecordSet**</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.PtrRecordSet.targetDomainNames()"
|
|
fullName: "com.microsoft.azure.management.dns.PtrRecordSet.targetDomainNames()"
|
|
name: "targetDomainNames()"
|
|
nameWithType: "PtrRecordSet.targetDomainNames()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<String> targetDomainNames()"
|
|
returns:
|
|
description: "the target domain names of PTR 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 a PTR (pointer) 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
|