| Package | Description |
|---|---|
| com.azure.resourcemanager.privatedns.models |
Package containing the data models for PrivateDnsManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PrivateDnsRecordSet.UpdateDefinition<ParentT>
The entirety of a DNS zone record set definition as a part of parent update.
|
static interface |
PrivateDnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6AddressOrAttachable<ParentT>
The stage of the AAAA record set definition allowing to add additional AAAA records or attach the record set
to the parent.
|
static interface |
PrivateDnsRecordSet.UpdateDefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT>
The stage of the A record set definition allowing to add additional A records or attach the record set to the
parent.
|
static interface |
PrivateDnsRecordSet.UpdateDefinitionStages.WithCNameRecordSetAttachable<ParentT>
The stage of the CNAME record set definition allowing attach the record set to the parent.
|
static interface |
PrivateDnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchangeOrAttachable<ParentT>
The stage of the MX record set definition allowing to add additional MX records or attach the record set to
the parent.
|
static interface |
PrivateDnsRecordSet.UpdateDefinitionStages.WithPtrRecordTargetDomainNameOrAttachable<ParentT>
The stage of the PTR record set definition allowing to add additional PTR records or attach the record set to
the parent.
|
static interface |
PrivateDnsRecordSet.UpdateDefinitionStages.WithSoaRecordAttributesOrAttachable<ParentT>
The stage of the SOA record set definition allowing to add additional SOA records or attach the record set to
the parent.
|
static interface |
PrivateDnsRecordSet.UpdateDefinitionStages.WithSrvRecordEntryOrAttachable<ParentT>
The stage of the SRV record set definition allowing to add additional SRV records or attach the record set to
the parent.
|
static interface |
PrivateDnsRecordSet.UpdateDefinitionStages.WithTxtRecordTextValueOrAttachable<ParentT>
The stage of the TXT record set definition allowing to add additional TXT records or attach the record set to
the parent.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateDnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT> |
PrivateDnsRecordSet.UpdateDefinitionStages.WithETagCheck.withETagCheck()
Specifies the If-None-Match header with * to prevent updating an existing record set.
|
PrivateDnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT> |
PrivateDnsRecordSet.UpdateDefinitionStages.WithMetadata.withMetadata(String key,
String value)
Adds a metadata to the resource.
|
PrivateDnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT> |
PrivateDnsRecordSet.UpdateDefinitionStages.WithTtl.withTimeToLive(long ttlInSeconds)
Specifies the Time To Live for the records in the record set.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.