26 строки
1.4 KiB
YAML
26 строки
1.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.dns.SoaRecordSet"
|
|
fullName: "com.microsoft.azure.management.dns.SoaRecordSet"
|
|
name: "SoaRecordSet"
|
|
nameWithType: "SoaRecordSet"
|
|
summary: "An immutable client-side representation of a SOA (start of authority) record set in Azure DNS Zone."
|
|
syntax: "public interface **SoaRecordSet**</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.SoaRecordSet.record()"
|
|
fullName: "com.microsoft.azure.management.dns.SoaRecordSet.record()"
|
|
name: "record()"
|
|
nameWithType: "SoaRecordSet.record()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SoaRecord record()"
|
|
returns:
|
|
description: "the SOA record in this record set"
|
|
type: "<xref href=\"com.microsoft.azure.management.dns.SoaRecord?alt=com.microsoft.azure.management.dns.SoaRecord&text=SoaRecord\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of a SOA (start of authority) 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
|