Package | Description |
---|---|
com.microsoft.azure.management.dns |
This package contains the classes for DnsManagementClient.
|
Modifier and Type | Method and Description |
---|---|
DnsZone.Update |
DnsZone.UpdateStages.WithRecordSet.withCNameRecordSet(String name,
String alias)
Specifies definition of a CNAME record set to be attached to the DNS zone.
|
DnsZone.Update |
DnsZone.UpdateStages.WithETagCheck.withETagCheck()
Specifies that If-Match header needs to set to the current eTag value associated
with the DNS Zone.
|
DnsZone.Update |
DnsZone.UpdateStages.WithETagCheck.withETagCheck(String eTagValue)
Specifies that if-Match header needs to set to the given eTag value.
|
DnsZone.Update |
DnsZone.UpdateStages.WithRecordSet.withoutAaaaRecordSet(String name)
Removes a AAAA record set in the DNS zone.
|
DnsZone.Update |
DnsZone.UpdateStages.WithRecordSet.withoutAaaaRecordSet(String name,
String eTagValue)
Removes a AAAA record set in the DNS zone.
|
DnsZone.Update |
DnsZone.UpdateStages.WithRecordSet.withoutARecordSet(String name)
Removes a A record set in the DNS zone.
|
DnsZone.Update |
DnsZone.UpdateStages.WithRecordSet.withoutARecordSet(String name,
String eTagValue)
Removes a A record set in the DNS zone.
|
DnsZone.Update |
DnsZone.UpdateStages.WithRecordSet.withoutCaaRecordSet(String name)
Removes a Caa record set in the DNS zone.
|
DnsZone.Update |
DnsZone.UpdateStages.WithRecordSet.withoutCaaRecordSet(String name,
String eTagValue)
Removes a Caa record set in the DNS zone.
|
DnsZone.Update |
DnsZone.UpdateStages.WithRecordSet.withoutCNameRecordSet(String name)
Removes a CNAME record set in the DNS zone.
|
DnsZone.Update |
DnsZone.UpdateStages.WithRecordSet.withoutCNameRecordSet(String name,
String eTagValue)
Removes a CNAME record set in the DNS zone.
|
DnsZone.Update |
DnsZone.UpdateStages.WithRecordSet.withoutMXRecordSet(String name)
Removes a MX record set in the DNS zone.
|
DnsZone.Update |
DnsZone.UpdateStages.WithRecordSet.withoutMXRecordSet(String name,
String eTagValue)
Removes a MX record set in the DNS zone.
|
DnsZone.Update |
DnsZone.UpdateStages.WithRecordSet.withoutNSRecordSet(String name)
Removes a NS record set in the DNS zone.
|
DnsZone.Update |
DnsZone.UpdateStages.WithRecordSet.withoutNSRecordSet(String name,
String eTagValue)
Removes a NS record set in the DNS zone.
|
DnsZone.Update |
DnsZone.UpdateStages.WithRecordSet.withoutPtrRecordSet(String name)
Removes a PTR record set in the DNS zone.
|
DnsZone.Update |
DnsZone.UpdateStages.WithRecordSet.withoutPtrRecordSet(String name,
String eTagValue)
Removes a PTR record set in the DNS zone.
|
DnsZone.Update |
DnsZone.UpdateStages.WithRecordSet.withoutSrvRecordSet(String name)
Removes a SRV record set in the DNS zone.
|
DnsZone.Update |
DnsZone.UpdateStages.WithRecordSet.withoutSrvRecordSet(String name,
String eTagValue)
Removes a SRV record set in the DNS zone.
|
DnsZone.Update |
DnsZone.UpdateStages.WithRecordSet.withoutTxtRecordSet(String name)
Removes a TXT record set in the DNS zone.
|
DnsZone.Update |
DnsZone.UpdateStages.WithRecordSet.withoutTxtRecordSet(String name,
String eTagValue)
Removes a TXT record set in the DNS zone.
|
DnsZone.Update |
DnsZone.UpdateStages.WithZoneType.withPrivateAccess()
Sets the type of this zone to Private.
|
DnsZone.Update |
DnsZone.UpdateStages.WithZoneType.withPrivateAccess(List<String> registrationVirtualNetworkIds,
List<String> resolutionVirtualNetworkIds)
Sets the type of this zone to Private.
|
DnsZone.Update |
DnsZone.UpdateStages.WithZoneType.withPublicAccess()
Sets the type of this zone to Public (default behavior).
|
Modifier and Type | Method and Description |
---|---|
DnsRecordSet.UpdateDefinitionStages.AaaaRecordSetBlank<DnsZone.Update> |
DnsZone.UpdateStages.WithRecordSet.defineAaaaRecordSet(String name)
Specifies definition of an AAAA record set to be attached to the DNS zone.
|
DnsRecordSet.UpdateDefinitionStages.ARecordSetBlank<DnsZone.Update> |
DnsZone.UpdateStages.WithRecordSet.defineARecordSet(String name)
Specifies definition of an A record set to be attached to the DNS zone.
|
DnsRecordSet.UpdateDefinitionStages.CaaRecordSetBlank<DnsZone.Update> |
DnsZone.UpdateStages.WithRecordSet.defineCaaRecordSet(String name)
Specifies definition of a Caa record set to be attached to the DNS zone.
|
DnsRecordSet.UpdateDefinitionStages.CNameRecordSetBlank<DnsZone.Update> |
DnsZone.UpdateStages.WithRecordSet.defineCNameRecordSet(String name)
Specifies definition of a CNAME record set.
|
DnsRecordSet.UpdateDefinitionStages.MXRecordSetBlank<DnsZone.Update> |
DnsZone.UpdateStages.WithRecordSet.defineMXRecordSet(String name)
Specifies definition of a MX record set to be attached to the DNS zone.
|
DnsRecordSet.UpdateDefinitionStages.NSRecordSetBlank<DnsZone.Update> |
DnsZone.UpdateStages.WithRecordSet.defineNSRecordSet(String name)
Specifies definition of an NS record set to be attached to the DNS zone.
|
DnsRecordSet.UpdateDefinitionStages.PtrRecordSetBlank<DnsZone.Update> |
DnsZone.UpdateStages.WithRecordSet.definePtrRecordSet(String name)
Specifies definition of a PTR record set to be attached to the DNS zone.
|
DnsRecordSet.UpdateDefinitionStages.SrvRecordSetBlank<DnsZone.Update> |
DnsZone.UpdateStages.WithRecordSet.defineSrvRecordSet(String name)
Specifies definition of a SRV record set to be attached to the DNS zone.
|
DnsRecordSet.UpdateDefinitionStages.TxtRecordSetBlank<DnsZone.Update> |
DnsZone.UpdateStages.WithRecordSet.defineTxtRecordSet(String name)
Specifies definition of a TXT record set to be attached to the DNS zone.
|
Copyright © 2019. All rights reserved.