26 строки
1.5 KiB
YAML
26 строки
1.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.dns.SrvRecordSet"
|
|
fullName: "com.microsoft.azure.management.dns.SrvRecordSet"
|
|
name: "SrvRecordSet"
|
|
nameWithType: "SrvRecordSet"
|
|
summary: "An immutable client-side representation of an SVR (service) record set in Azure DNS Zone."
|
|
syntax: "public interface **SrvRecordSet**</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.SrvRecordSet.records()"
|
|
fullName: "com.microsoft.azure.management.dns.SrvRecordSet.records()"
|
|
name: "records()"
|
|
nameWithType: "SrvRecordSet.records()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<SrvRecord> records()"
|
|
returns:
|
|
description: "the SRV 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=\"com.microsoft.azure.management.dns.SrvRecord?alt=com.microsoft.azure.management.dns.SrvRecord&text=SrvRecord\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of an SVR (service) 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
|