Skip navigation links
A C D E F G H I L M N P R S T U V W Z 

A

AaaaRecord - Class in com.microsoft.azure.management.dns
An AAAA record.
AaaaRecord() - Constructor for class com.microsoft.azure.management.dns.AaaaRecord
 
AaaaRecordSet - Interface in com.microsoft.azure.management.dns
An immutable client-side representation of a AAAA (IPv6) record set in Azure DNS Zone.
AaaaRecordSets - Interface in com.microsoft.azure.management.dns
Entry point to AAAA record sets in a DNS zone.
aaaaRecordSets() - Method in interface com.microsoft.azure.management.dns.DnsZone
 
accessType() - Method in interface com.microsoft.azure.management.dns.DnsZone
 
ARecord - Class in com.microsoft.azure.management.dns
An A record.
ARecord() - Constructor for class com.microsoft.azure.management.dns.ARecord
 
ARecordSet - Interface in com.microsoft.azure.management.dns
An immutable client-side representation of a A (IPv4) record set in Azure DNS Zone.
ARecordSets - Interface in com.microsoft.azure.management.dns
Entry point to A record sets in a DNS zone.
aRecordSets() - Method in interface com.microsoft.azure.management.dns.DnsZone
 

C

CaaRecord - Class in com.microsoft.azure.management.dns
A CAA record.
CaaRecord() - Constructor for class com.microsoft.azure.management.dns.CaaRecord
 
CaaRecordSet - Interface in com.microsoft.azure.management.dns
An immutable client-side representation of an CAA (service) record set in Azure DNS Zone.
CaaRecordSets - Interface in com.microsoft.azure.management.dns
Entry point to Caa record sets in a DNS zone.
caaRecordSets() - Method in interface com.microsoft.azure.management.dns.DnsZone
 
canonicalName() - Method in interface com.microsoft.azure.management.dns.CNameRecordSet
 
cname() - Method in class com.microsoft.azure.management.dns.CnameRecord
Get the cname value.
CnameRecord - Class in com.microsoft.azure.management.dns
A CNAME record.
CnameRecord() - Constructor for class com.microsoft.azure.management.dns.CnameRecord
 
CNameRecordSet - Interface in com.microsoft.azure.management.dns
An immutable client-side representation of a CNAME (canonical name) record set in Azure DNS Zone.
CNameRecordSets - Interface in com.microsoft.azure.management.dns
Entry point to CNAME record sets in a DNS zone.
cNameRecordSets() - Method in interface com.microsoft.azure.management.dns.DnsZone
 
com.microsoft.azure.management.dns - package com.microsoft.azure.management.dns
This package contains the classes for DnsManagementClient.

D

defineAaaaRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.DefinitionStages.WithRecordSet
Specifies definition of an AAAA record set.
defineAaaaRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Specifies definition of an AAAA record set to be attached to the DNS zone.
defineARecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.DefinitionStages.WithRecordSet
Specifies definition of an A record set.
defineARecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Specifies definition of an A record set to be attached to the DNS zone.
defineCaaRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.DefinitionStages.WithRecordSet
Specifies definition of a Caa record set.
defineCaaRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Specifies definition of a Caa record set to be attached to the DNS zone.
defineCNameRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.DefinitionStages.WithRecordSet
Specifies definition of a CNAME record set.
defineCNameRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Specifies definition of a CNAME record set.
defineMXRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.DefinitionStages.WithRecordSet
Specifies definition of a MX record set.
defineMXRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Specifies definition of a MX record set to be attached to the DNS zone.
defineNSRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.DefinitionStages.WithRecordSet
Specifies definition of an NS record set.
defineNSRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Specifies definition of an NS record set to be attached to the DNS zone.
definePtrRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.DefinitionStages.WithRecordSet
Specifies definition of a PTR record set.
definePtrRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Specifies definition of a PTR record set to be attached to the DNS zone.
defineSrvRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.DefinitionStages.WithRecordSet
Specifies definition of a SRV record set.
defineSrvRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Specifies definition of a SRV record set to be attached to the DNS zone.
defineTxtRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.DefinitionStages.WithRecordSet
Specifies definition of a TXT record set.
defineTxtRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Specifies definition of a TXT record set to be attached to the DNS zone.
deleteById(String, String) - Method in interface com.microsoft.azure.management.dns.DnsZones
Deletes a resource from Azure, identifying it by its resource ID.
deleteByIdAsync(String, String) - Method in interface com.microsoft.azure.management.dns.DnsZones
Asynchronously delete the zone from Azure, identifying it by its resource ID.
deleteByResourceGroupName(String, String, String) - Method in interface com.microsoft.azure.management.dns.DnsZones
Deletes the zone from Azure, identifying it by its name and its resource group.
deleteByResourceGroupNameAsync(String, String, String) - Method in interface com.microsoft.azure.management.dns.DnsZones
Asynchronously deletes the zone from Azure, identifying it by its name and its resource group.
DnsRecordSet - Interface in com.microsoft.azure.management.dns
An immutable client-side representation of a record set in Azure DNS Zone.
DnsRecordSet.Definition<ParentT> - Interface in com.microsoft.azure.management.dns
The entirety of a DNS zone record set definition as a part of parent definition.
DnsRecordSet.DefinitionStages - Interface in com.microsoft.azure.management.dns
Grouping of DNS zone record set definition stages as a part of parent DNS zone definition.
DnsRecordSet.DefinitionStages.AaaaRecordSetBlank<ParentT> - Interface in com.microsoft.azure.management.dns
The first stage of a AAAA record definition.
DnsRecordSet.DefinitionStages.ARecordSetBlank<ParentT> - Interface in com.microsoft.azure.management.dns
The first stage of an A record definition.
DnsRecordSet.DefinitionStages.CaaRecordSetBlank<ParentT> - Interface in com.microsoft.azure.management.dns
The first stage of a Caa record definition.
DnsRecordSet.DefinitionStages.CNameRecordSetBlank<ParentT> - Interface in com.microsoft.azure.management.dns
The first stage of a CNAME record set definition.
DnsRecordSet.DefinitionStages.MXRecordSetBlank<ParentT> - Interface in com.microsoft.azure.management.dns
The first stage of a MX record definition.
DnsRecordSet.DefinitionStages.NSRecordSetBlank<ParentT> - Interface in com.microsoft.azure.management.dns
The first stage of a NS record definition.
DnsRecordSet.DefinitionStages.PtrRecordSetBlank<ParentT> - Interface in com.microsoft.azure.management.dns
The first stage of a PTR record definition.
DnsRecordSet.DefinitionStages.SrvRecordSetBlank<ParentT> - Interface in com.microsoft.azure.management.dns
The first stage of a SRV record definition.
DnsRecordSet.DefinitionStages.TxtRecordSetBlank<ParentT> - Interface in com.microsoft.azure.management.dns
The first stage of a TXT record definition.
DnsRecordSet.DefinitionStages.WithAaaaRecordIPv6Address<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the AAAA record set definition allowing to add first AAAA record.
DnsRecordSet.DefinitionStages.WithAaaaRecordIPv6AddressOrAttachable<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the AAAA record set definition allowing to add additional AAAA records or attach the record set to the parent.
DnsRecordSet.DefinitionStages.WithARecordIPv4Address<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the A record set definition allowing to add first A record.
DnsRecordSet.DefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the A record set definition allowing to add additional A records or attach the record set to the parent.
DnsRecordSet.DefinitionStages.WithAttach<ParentT> - Interface in com.microsoft.azure.management.dns
The final stage of the DNS zone record set definition.
DnsRecordSet.DefinitionStages.WithCaaRecordEntry<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the Caa record definition allowing to add first service record.
DnsRecordSet.DefinitionStages.WithCaaRecordEntryOrAttachable<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the Caa record set definition allowing to add additional Caa records or attach the record set to the parent.
DnsRecordSet.DefinitionStages.WithCNameRecordAlias<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of a CNAME record definition allowing to add alias.
DnsRecordSet.DefinitionStages.WithCNameRecordSetAttachable<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the CNAME record set definition allowing attach the record set to the parent.
DnsRecordSet.DefinitionStages.WithETagCheck<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the record set definition allowing to enable ETag validation.
DnsRecordSet.DefinitionStages.WithMetadata<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the record set definition allowing to specify metadata.
DnsRecordSet.DefinitionStages.WithMXRecordMailExchange<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the MX record set definition allowing to add first MX record.
DnsRecordSet.DefinitionStages.WithMXRecordMailExchangeOrAttachable<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the MX record set definition allowing to add additional MX records or attach the record set to the parent.
DnsRecordSet.DefinitionStages.WithNSRecordNameServer<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the NS record set definition allowing to add a NS record.
DnsRecordSet.DefinitionStages.WithNSRecordNameServerOrAttachable<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the NS record set definition allowing to add additional NS records or attach the record set to the parent.
DnsRecordSet.DefinitionStages.WithPtrRecordTargetDomainName<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the PTR record set definition allowing to add first CNAME record.
DnsRecordSet.DefinitionStages.WithPtrRecordTargetDomainNameOrAttachable<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the PTR record set definition allowing to add additional PTR records or attach the record set to the parent.
DnsRecordSet.DefinitionStages.WithSrvRecordEntry<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the SRV record definition allowing to add first service record.
DnsRecordSet.DefinitionStages.WithSrvRecordEntryOrAttachable<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the SRV record set definition allowing to add additional SRV records or attach the record set to the parent.
DnsRecordSet.DefinitionStages.WithTtl<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the record set definition allowing to specify the Time To Live (TTL) for the records in this record set.
DnsRecordSet.DefinitionStages.WithTxtRecordTextValue<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the TXT record definition allowing to add first TXT record.
DnsRecordSet.DefinitionStages.WithTxtRecordTextValueOrAttachable<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the TXT record set definition allowing to add additional TXT records or attach the record set to the parent.
DnsRecordSet.Update - Interface in com.microsoft.azure.management.dns
the set of configurations that can be updated for DNS record set irrespective of their type RecordType.
DnsRecordSet.UpdateAaaaRecordSet - Interface in com.microsoft.azure.management.dns
The entirety of an AAAA record set update as a part of parent DNS zone update.
DnsRecordSet.UpdateARecordSet - Interface in com.microsoft.azure.management.dns
The entirety of an A record set update as a part of parent DNS zone update.
DnsRecordSet.UpdateCaaRecordSet - Interface in com.microsoft.azure.management.dns
The entirety of a Caa record set update as a part of parent DNS zone update.
DnsRecordSet.UpdateCNameRecordSet - Interface in com.microsoft.azure.management.dns
The entirety of CNAME record set update as part of parent DNS zone update.
DnsRecordSet.UpdateCombined - Interface in com.microsoft.azure.management.dns
The entirety of a record sets update as a part of parent DNS zone update.
DnsRecordSet.UpdateDefinition<ParentT> - Interface in com.microsoft.azure.management.dns
The entirety of a DNS zone record set definition as a part of parent update.
DnsRecordSet.UpdateDefinitionStages - Interface in com.microsoft.azure.management.dns
Grouping of DNS zone record set definition stages as a part of parent DNS zone update.
DnsRecordSet.UpdateDefinitionStages.AaaaRecordSetBlank<ParentT> - Interface in com.microsoft.azure.management.dns
The first stage of a AAAA record definition.
DnsRecordSet.UpdateDefinitionStages.ARecordSetBlank<ParentT> - Interface in com.microsoft.azure.management.dns
The first stage of a A record definition.
DnsRecordSet.UpdateDefinitionStages.CaaRecordSetBlank<ParentT> - Interface in com.microsoft.azure.management.dns
The first stage of a Caa record definition.
DnsRecordSet.UpdateDefinitionStages.CNameRecordSetBlank<ParentT> - Interface in com.microsoft.azure.management.dns
The first stage of a CNAME record set definition.
DnsRecordSet.UpdateDefinitionStages.MXRecordSetBlank<ParentT> - Interface in com.microsoft.azure.management.dns
The first stage of an MX record definition.
DnsRecordSet.UpdateDefinitionStages.NSRecordSetBlank<ParentT> - Interface in com.microsoft.azure.management.dns
The first stage of a NS record definition.
DnsRecordSet.UpdateDefinitionStages.PtrRecordSetBlank<ParentT> - Interface in com.microsoft.azure.management.dns
The first stage of a PTR record definition.
DnsRecordSet.UpdateDefinitionStages.SrvRecordSetBlank<ParentT> - Interface in com.microsoft.azure.management.dns
The first stage of a SRV record definition.
DnsRecordSet.UpdateDefinitionStages.TxtRecordSetBlank<ParentT> - Interface in com.microsoft.azure.management.dns
The first stage of a TXT record definition.
DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6Address<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the AAAA record set definition allowing to add first AAAA record.
DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6AddressOrAttachable<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the AAAA record set definition allowing to add additional A records or attach the record set to the parent.
DnsRecordSet.UpdateDefinitionStages.WithARecordIPv4Address<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the A record set definition allowing to add first A record.
DnsRecordSet.UpdateDefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the A record set definition allowing to add additional A records or attach the record set to the parent.
DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT> - Interface in com.microsoft.azure.management.dns
The final stage of the DNS zone record set definition.
DnsRecordSet.UpdateDefinitionStages.WithCaaRecordEntry<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the Caa record definition allowing to add first service record.
DnsRecordSet.UpdateDefinitionStages.WithCaaRecordEntryOrAttachable<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the Caa record set definition allowing to add additional Caa records or attach the record set to the parent.
DnsRecordSet.UpdateDefinitionStages.WithCNameRecordAlias<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of a CNAME record definition allowing to add alias.
DnsRecordSet.UpdateDefinitionStages.WithCNameRecordSetAttachable<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the CNAME record set definition allowing attach the record set to the parent.
DnsRecordSet.UpdateDefinitionStages.WithETagCheck<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the record set definition allowing to enable ETag validation.
DnsRecordSet.UpdateDefinitionStages.WithMetadata<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the record set definition allowing to specify metadata.
DnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchange<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the MX record set definition allowing to add first MX record.
DnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchangeOrAttachable<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the MX record set definition allowing to add additional MX records or attach the record set to the parent.
DnsRecordSet.UpdateDefinitionStages.WithNSRecordNameServer<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the NS record set definition allowing to add a NS record.
DnsRecordSet.UpdateDefinitionStages.WithNSRecordNameServerOrAttachable<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the NS record set definition allowing to add additional NS records or attach the record set to the parent.
DnsRecordSet.UpdateDefinitionStages.WithPtrRecordTargetDomainName<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the PTR record set definition allowing to add first CNAME record.
DnsRecordSet.UpdateDefinitionStages.WithPtrRecordTargetDomainNameOrAttachable<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the PTR record set definition allowing to add additional PTR records or attach the record set to the parent.
DnsRecordSet.UpdateDefinitionStages.WithSrvRecordEntry<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the SRV record definition allowing to add first service record.
DnsRecordSet.UpdateDefinitionStages.WithSrvRecordEntryOrAttachable<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the SRV record set definition allowing to add additional SRV records or attach the record set to the parent.
DnsRecordSet.UpdateDefinitionStages.WithTtl<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the record set definition allowing to specify TTL for the records in this record set.
DnsRecordSet.UpdateDefinitionStages.WithTxtRecordTextValue<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the TXT record definition allowing to add first Txt record.
DnsRecordSet.UpdateDefinitionStages.WithTxtRecordTextValueOrAttachable<ParentT> - Interface in com.microsoft.azure.management.dns
The stage of the TXT record set definition allowing to add additional TXT records or attach the record set to the parent.
DnsRecordSet.UpdateMXRecordSet - Interface in com.microsoft.azure.management.dns
The entirety of a MX record set update as a part of parent DNS zone update.
DnsRecordSet.UpdateNSRecordSet - Interface in com.microsoft.azure.management.dns
The entirety of a NS record set update as a part of parent DNS zone update.
DnsRecordSet.UpdatePtrRecordSet - Interface in com.microsoft.azure.management.dns
The entirety of a PTR record set update as a part of parent DNS zone update.
DnsRecordSet.UpdateSoaRecord - Interface in com.microsoft.azure.management.dns
The entirety of a SOA record update as a part of parent DNS zone update.
DnsRecordSet.UpdateSrvRecordSet - Interface in com.microsoft.azure.management.dns
The entirety of a SRV record set update as a part of parent DNS zone update.
DnsRecordSet.UpdateStages - Interface in com.microsoft.azure.management.dns
Grouping of DNS zone record set update stages.
DnsRecordSet.UpdateStages.WithAaaaRecordIPv6Address - Interface in com.microsoft.azure.management.dns
The stage of the AAAA record set update allowing to add or remove AAAA record.
DnsRecordSet.UpdateStages.WithARecordIPv4Address - Interface in com.microsoft.azure.management.dns
The stage of the A record set update allowing to add or remove A record.
DnsRecordSet.UpdateStages.WithCaaRecordEntry - Interface in com.microsoft.azure.management.dns
The stage of the Caa record definition allowing to add or remove service record.
DnsRecordSet.UpdateStages.WithCNameRecordAlias - Interface in com.microsoft.azure.management.dns
The stage of the CNAME record set update allowing to update the CNAME record.
DnsRecordSet.UpdateStages.WithETagCheck - Interface in com.microsoft.azure.management.dns
The stage of the record set update allowing to enable ETag validation.
DnsRecordSet.UpdateStages.WithMetadata - Interface in com.microsoft.azure.management.dns
An update allowing metadata to be modified for the resource.
DnsRecordSet.UpdateStages.WithMXRecordMailExchange - Interface in com.microsoft.azure.management.dns
The stage of the MX record set definition allowing to add or remove MX record.
DnsRecordSet.UpdateStages.WithNSRecordNameServer - Interface in com.microsoft.azure.management.dns
The stage of the NS record set definition allowing to add or remove a NS record.
DnsRecordSet.UpdateStages.WithPtrRecordTargetDomainName - Interface in com.microsoft.azure.management.dns
The stage of the CName record set definition allowing to add or remove CName record.
DnsRecordSet.UpdateStages.WithSoaRecordAttributes - Interface in com.microsoft.azure.management.dns
The stage of the SOA record definition allowing to update its attributes.
DnsRecordSet.UpdateStages.WithSrvRecordEntry - Interface in com.microsoft.azure.management.dns
The stage of the SRV record definition allowing to add or remove service record.
DnsRecordSet.UpdateStages.WithTtl - Interface in com.microsoft.azure.management.dns
The stage of the record set update allowing to specify TTL for the records in this record set.
DnsRecordSet.UpdateStages.WithTxtRecordTextValue - Interface in com.microsoft.azure.management.dns
The stage of the Txt record definition allowing to add or remove TXT record.
DnsRecordSet.UpdateTxtRecordSet - Interface in com.microsoft.azure.management.dns
The entirety of a TXT record set update as a part of parent DNS zone update.
DnsRecordSets<RecordSetT> - Interface in com.microsoft.azure.management.dns
Base interface for all record sets.
DnsZone - Interface in com.microsoft.azure.management.dns
An immutable client-side representation of an Azure DNS Zone.
DnsZone.Definition - Interface in com.microsoft.azure.management.dns
The entirety of the DNS zone definition.
DnsZone.DefinitionStages - Interface in com.microsoft.azure.management.dns
Grouping of DNS zone definition stages.
DnsZone.DefinitionStages.Blank - Interface in com.microsoft.azure.management.dns
The stage of the DNS zone definition allowing to specify the resource group.
DnsZone.DefinitionStages.WithCreate - Interface in com.microsoft.azure.management.dns
The stage of the definition which contains all the minimum required inputs for the resource to be created (via Creatable.create()), but also allows for any other optional settings to be specified.
DnsZone.DefinitionStages.WithETagCheck - Interface in com.microsoft.azure.management.dns
The stage of the DNS zone definition allowing to enable ETag validation.
DnsZone.DefinitionStages.WithRecordSet - Interface in com.microsoft.azure.management.dns
The stage of the DNS zone definition allowing to specify record set.
DnsZone.DefinitionStages.WithZoneType - Interface in com.microsoft.azure.management.dns
The stage of the DNS zone definition allowing to specify Zone access type.
DnsZone.Update - Interface in com.microsoft.azure.management.dns
The template for an update operation, containing all the settings that can be modified.
DnsZone.UpdateStages - Interface in com.microsoft.azure.management.dns
Grouping of DNS zone update stages.
DnsZone.UpdateStages.WithETagCheck - Interface in com.microsoft.azure.management.dns
The stage of the DNS zone update allowing to enable ETag validation.
DnsZone.UpdateStages.WithRecordSet - Interface in com.microsoft.azure.management.dns
The stage of the DNS zone update allowing to specify record set.
DnsZone.UpdateStages.WithZoneType - Interface in com.microsoft.azure.management.dns
The stage of the DNS zone update allowing to specify Zone access type.
DnsZones - Interface in com.microsoft.azure.management.dns
Entry point to DNS zone management API in Azure.

E

email() - Method in class com.microsoft.azure.management.dns.SoaRecord
Get the email value.
eTag() - Method in interface com.microsoft.azure.management.dns.DnsRecordSet
 
eTag() - Method in interface com.microsoft.azure.management.dns.DnsZone
 
exchange() - Method in class com.microsoft.azure.management.dns.MxRecord
Get the exchange value.
expireTime() - Method in class com.microsoft.azure.management.dns.SoaRecord
Get the expireTime value.

F

flags() - Method in class com.microsoft.azure.management.dns.CaaRecord
Get the flags value.
fqdn() - Method in interface com.microsoft.azure.management.dns.DnsRecordSet
 
fromString(String) - Static method in enum com.microsoft.azure.management.dns.RecordType
Parses a serialized value to a RecordType instance.
fromString(String) - Static method in enum com.microsoft.azure.management.dns.ZoneType
Parses a serialized value to a ZoneType instance.

G

getSoaRecordSet() - Method in interface com.microsoft.azure.management.dns.DnsZone
 

H

host() - Method in class com.microsoft.azure.management.dns.SoaRecord
Get the host value.

I

id() - Method in class com.microsoft.azure.management.dns.SubResource
Get the id value.
ipv4Address() - Method in class com.microsoft.azure.management.dns.ARecord
Get the ipv4Address value.
ipv4Addresses() - Method in interface com.microsoft.azure.management.dns.ARecordSet
 
ipv6Address() - Method in class com.microsoft.azure.management.dns.AaaaRecord
Get the ipv6Address value.
ipv6Addresses() - Method in interface com.microsoft.azure.management.dns.AaaaRecordSet
 

L

list(String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSets
Lists all the record sets with the given suffix.
list(int) - Method in interface com.microsoft.azure.management.dns.DnsRecordSets
Lists all the record sets, with number of entries in each page limited to given size.
list(String, int) - Method in interface com.microsoft.azure.management.dns.DnsRecordSets
Lists all the record sets with the given suffix, also limits the number of entries per page to the given page size.
listAsync(String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSets
Lists all the record sets with the given suffix.
listAsync(int) - Method in interface com.microsoft.azure.management.dns.DnsRecordSets
Lists all the record sets, with number of entries in each page limited to given size.
listAsync(String, int) - Method in interface com.microsoft.azure.management.dns.DnsRecordSets
Lists all the record sets with the given suffix, also limits the number of entries per page to the given page size.
listRecordSets() - Method in interface com.microsoft.azure.management.dns.DnsZone
 
listRecordSets(String) - Method in interface com.microsoft.azure.management.dns.DnsZone
Lists all the record sets in this zone with the given suffix.
listRecordSets(int) - Method in interface com.microsoft.azure.management.dns.DnsZone
Lists all the record sets in this zone with each entries in each page limited to the given size.
listRecordSets(String, int) - Method in interface com.microsoft.azure.management.dns.DnsZone
Lists all the record sets in this zone with the given suffix, also limits the number of entries per page to the given page size.

M

maxNumberOfRecordSets() - Method in interface com.microsoft.azure.management.dns.DnsZone
 
metadata() - Method in interface com.microsoft.azure.management.dns.DnsRecordSet
 
minimumTtl() - Method in class com.microsoft.azure.management.dns.SoaRecord
Get the minimumTtl value.
MxRecord - Class in com.microsoft.azure.management.dns
An MX record.
MxRecord() - Constructor for class com.microsoft.azure.management.dns.MxRecord
 
MXRecordSet - Interface in com.microsoft.azure.management.dns
An immutable client-side representation of an MX (mail exchange) record set in an Azure DNS Zone.
mxRecordSets() - Method in interface com.microsoft.azure.management.dns.DnsZone
 
MXRecordSets - Interface in com.microsoft.azure.management.dns
Entry point to MX record sets in an Azure DNS zone.

N

nameServers() - Method in interface com.microsoft.azure.management.dns.DnsZone
 
nameServers() - Method in interface com.microsoft.azure.management.dns.NSRecordSet
 
nsdname() - Method in class com.microsoft.azure.management.dns.NsRecord
Get the nsdname value.
NsRecord - Class in com.microsoft.azure.management.dns
An NS record.
NsRecord() - Constructor for class com.microsoft.azure.management.dns.NsRecord
 
NSRecordSet - Interface in com.microsoft.azure.management.dns
An immutable client-side representation of an NS (name server) record set in Azure DNS Zone.
nsRecordSets() - Method in interface com.microsoft.azure.management.dns.DnsZone
 
NSRecordSets - Interface in com.microsoft.azure.management.dns
Entry point to NS record sets in an Azure DNS zone.
numberOfRecordSets() - Method in interface com.microsoft.azure.management.dns.DnsZone
 

P

port() - Method in class com.microsoft.azure.management.dns.SrvRecord
Get the port value.
preference() - Method in class com.microsoft.azure.management.dns.MxRecord
Get the preference value.
priority() - Method in class com.microsoft.azure.management.dns.SrvRecord
Get the priority value.
ptrdname() - Method in class com.microsoft.azure.management.dns.PtrRecord
Get the ptrdname value.
PtrRecord - Class in com.microsoft.azure.management.dns
A PTR record.
PtrRecord() - Constructor for class com.microsoft.azure.management.dns.PtrRecord
 
PtrRecordSet - Interface in com.microsoft.azure.management.dns
An immutable client-side representation of a PTR (pointer) record set in Azure DNS Zone.
ptrRecordSets() - Method in interface com.microsoft.azure.management.dns.DnsZone
 
PtrRecordSets - Interface in com.microsoft.azure.management.dns
Entry point to PTR record sets in a DNS zone.

R

record() - Method in interface com.microsoft.azure.management.dns.SoaRecordSet
 
records() - Method in interface com.microsoft.azure.management.dns.CaaRecordSet
 
records() - Method in interface com.microsoft.azure.management.dns.MXRecordSet
 
records() - Method in interface com.microsoft.azure.management.dns.SrvRecordSet
 
records() - Method in interface com.microsoft.azure.management.dns.TxtRecordSet
 
recordSet() - Method in class com.microsoft.azure.management.dns.RecordSetUpdateParameters
Get the recordSet value.
RecordSetUpdateParameters - Class in com.microsoft.azure.management.dns
Parameters supplied to update a record set.
RecordSetUpdateParameters() - Constructor for class com.microsoft.azure.management.dns.RecordSetUpdateParameters
 
recordType() - Method in interface com.microsoft.azure.management.dns.DnsRecordSet
 
RecordType - Enum in com.microsoft.azure.management.dns
Defines values for RecordType.
refreshTime() - Method in class com.microsoft.azure.management.dns.SoaRecord
Get the refreshTime value.
registrationVirtualNetworkIds() - Method in interface com.microsoft.azure.management.dns.DnsZone
 
resolutionVirtualNetworkIds() - Method in interface com.microsoft.azure.management.dns.DnsZone
 
retryTime() - Method in class com.microsoft.azure.management.dns.SoaRecord
Get the retryTime value.

S

serialNumber() - Method in class com.microsoft.azure.management.dns.SoaRecord
Get the serialNumber value.
SoaRecord - Class in com.microsoft.azure.management.dns
An SOA record.
SoaRecord() - Constructor for class com.microsoft.azure.management.dns.SoaRecord
 
SoaRecordSet - Interface in com.microsoft.azure.management.dns
An immutable client-side representation of a SOA (start of authority) record set in Azure DNS Zone.
SrvRecord - Class in com.microsoft.azure.management.dns
An SRV record.
SrvRecord() - Constructor for class com.microsoft.azure.management.dns.SrvRecord
 
SrvRecordSet - Interface in com.microsoft.azure.management.dns
An immutable client-side representation of an SVR (service) record set in Azure DNS Zone.
srvRecordSets() - Method in interface com.microsoft.azure.management.dns.DnsZone
 
SrvRecordSets - Interface in com.microsoft.azure.management.dns
Entry point to SRV record sets in a DNS zone.
SubResource - Class in com.microsoft.azure.management.dns
A reference to a another resource.
SubResource() - Constructor for class com.microsoft.azure.management.dns.SubResource
 

T

tag() - Method in class com.microsoft.azure.management.dns.CaaRecord
Get the tag value.
tags() - Method in class com.microsoft.azure.management.dns.ZoneUpdate
Get the tags value.
target() - Method in class com.microsoft.azure.management.dns.SrvRecord
Get the target value.
targetDomainNames() - Method in interface com.microsoft.azure.management.dns.PtrRecordSet
 
timeToLive() - Method in interface com.microsoft.azure.management.dns.DnsRecordSet
 
toString() - Method in enum com.microsoft.azure.management.dns.RecordType
 
toString() - Method in enum com.microsoft.azure.management.dns.ZoneType
 
TxtRecord - Class in com.microsoft.azure.management.dns
A TXT record.
TxtRecord() - Constructor for class com.microsoft.azure.management.dns.TxtRecord
 
TxtRecordSet - Interface in com.microsoft.azure.management.dns
An immutable client-side representation of a TXT (text) record set in Azure DNS Zone.
txtRecordSets() - Method in interface com.microsoft.azure.management.dns.DnsZone
 
TxtRecordSets - Interface in com.microsoft.azure.management.dns
Entry point to TXT record sets in a DNS zone.

U

updateAaaaRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Begins the description of an update of an existing AAAA record set in this DNS zone.
updateARecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Begins the description of an update of an existing A record set in this DNS zone.
updateCaaRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Begins the description of an update of an existing Caa record set in this DNS zone.
updateCNameRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Specifies definition of a CNAME record set.
updateMXRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Begins the description of an update of an existing MX record set in this DNS zone.
updateNSRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Begins the description of an update of an existing NS record set in this DNS zone.
updatePtrRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Begins the description of an update of an existing PTR record set in this DNS zone.
updateSoaRecord() - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Begins the description of an update of the SOA record in this DNS zone.
updateSrvRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Begins the description of an update of an existing SRV record set in this DNS zone.
updateTxtRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Begins the description of an update of an existing TXT record set in this DNS zone.

V

value() - Method in class com.microsoft.azure.management.dns.CaaRecord
Get the value value.
value() - Method in class com.microsoft.azure.management.dns.TxtRecord
Get the value value.
valueOf(String) - Static method in enum com.microsoft.azure.management.dns.RecordType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.management.dns.ZoneType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.microsoft.azure.management.dns.RecordType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.management.dns.ZoneType
Returns an array containing the constants of this enum type, in the order they are declared.

W

weight() - Method in class com.microsoft.azure.management.dns.SrvRecord
Get the weight value.
withAlias(String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithCNameRecordAlias
Creates a CNAME record with the provided alias.
withAlias(String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithCNameRecordAlias
Creates a CNAME record with the provided alias.
withAlias(String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithCNameRecordAlias
The new alias for the CNAME record set.
withCname(String) - Method in class com.microsoft.azure.management.dns.CnameRecord
Set the cname value.
withCNameRecordSet(String, String) - Method in interface com.microsoft.azure.management.dns.DnsZone.DefinitionStages.WithRecordSet
Specifies definition of a CNAME record set.
withCNameRecordSet(String, String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Specifies definition of a CNAME record set to be attached to the DNS zone.
withEmail(String) - Method in class com.microsoft.azure.management.dns.SoaRecord
Set the email value.
withEmailServer(String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithSoaRecordAttributes
Specifies the email server associated with the SOA record.
withETagCheck() - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithETagCheck
Specifies that If-None-Match header needs to set to * to prevent updating an existing record set.
withETagCheck() - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithETagCheck
Specifies that If-None-Match header needs to set to * to prevent updating an existing record set.
withETagCheck() - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithETagCheck
Specifies that If-Match header needs to set to the current eTag value associated with the record set.
withETagCheck(String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithETagCheck
Specifies that if-Match header needs to set to the given eTag value.
withETagCheck() - Method in interface com.microsoft.azure.management.dns.DnsZone.DefinitionStages.WithETagCheck
Specifies that If-None-Match header needs to set to * to prevent updating an existing DNS zone.
withETagCheck() - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithETagCheck
Specifies that If-Match header needs to set to the current eTag value associated with the DNS Zone.
withETagCheck(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithETagCheck
Specifies that if-Match header needs to set to the given eTag value.
withExchange(String) - Method in class com.microsoft.azure.management.dns.MxRecord
Set the exchange value.
withExpireTime(Long) - Method in class com.microsoft.azure.management.dns.SoaRecord
Set the expireTime value.
withExpireTimeInSeconds(long) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithSoaRecordAttributes
Specifies the time in seconds that a secondary name server will treat its cached zone file as valid when the primary name server cannot be contacted.
withFlags(Integer) - Method in class com.microsoft.azure.management.dns.CaaRecord
Set the flags value.
withHost(String) - Method in class com.microsoft.azure.management.dns.SoaRecord
Set the host value.
withId(String) - Method in class com.microsoft.azure.management.dns.SubResource
Set the id value.
withIpv4Address(String) - Method in class com.microsoft.azure.management.dns.ARecord
Set the ipv4Address value.
withIPv4Address(String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithARecordIPv4Address
Creates an A record with the provided IPv4 address in this record set.
withIPv4Address(String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithARecordIPv4Address
Creates an A record with the provided IPv4 address in this record set.
withIPv4Address(String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithARecordIPv4Address
Creates an A record with the provided IPv4 address in the record set.
withIpv6Address(String) - Method in class com.microsoft.azure.management.dns.AaaaRecord
Set the ipv6Address value.
withIPv6Address(String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithAaaaRecordIPv6Address
Creates an AAAA record with the provided IPv6 address in this record set.
withIPv6Address(String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6Address
Creates an AAAA record with the provided IPv6 address in this record set.
withIPv6Address(String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithAaaaRecordIPv6Address
Creates an AAAA record with the provided IPv6 address in this record set.
withMailExchange(String, int) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithMXRecordMailExchange
Creates and assigns priority to a MX record with the provided mail exchange server in this record set.
withMailExchange(String, int) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchange
Creates and assigns priority to a MX record with the provided mail exchange server in this record set.
withMailExchange(String, int) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithMXRecordMailExchange
Creates and assigns priority to a MX record with the provided mail exchange server in this record set.
withMetadata(String, String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithMetadata
Adds a metadata to the resource.
withMetadata(String, String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithMetadata
Adds a tag to the resource.
withMetadata(String, String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithMetadata
Adds a metadata to the record set.
withMinimumTtl(Long) - Method in class com.microsoft.azure.management.dns.SoaRecord
Set the minimumTtl value.
withNameServer(String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithNSRecordNameServer
Creates a NS record with the provided name server in this record set.
withNameServer(String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithNSRecordNameServer
Creates a NS record with the provided name server in this record set.
withNameServer(String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithNSRecordNameServer
Creates a NS record with the provided name server in this record set.
withNegativeResponseCachingTimeToLiveInSeconds(long) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithSoaRecordAttributes
Specifies the time in seconds that any name server or resolver should cache a negative response.
withNsdname(String) - Method in class com.microsoft.azure.management.dns.NsRecord
Set the nsdname value.
withoutAaaaRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Removes a AAAA record set in the DNS zone.
withoutAaaaRecordSet(String, String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Removes a AAAA record set in the DNS zone.
withoutARecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Removes a A record set in the DNS zone.
withoutARecordSet(String, String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Removes a A record set in the DNS zone.
withoutCaaRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Removes a Caa record set in the DNS zone.
withoutCaaRecordSet(String, String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Removes a Caa record set in the DNS zone.
withoutCNameRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Removes a CNAME record set in the DNS zone.
withoutCNameRecordSet(String, String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Removes a CNAME record set in the DNS zone.
withoutIPv4Address(String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithARecordIPv4Address
Removes the A record with the provided IPv4 address from the record set.
withoutIPv6Address(String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithAaaaRecordIPv6Address
Removes an AAAA record with the provided IPv6 address from this record set.
withoutMailExchange(String, int) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithMXRecordMailExchange
Removes MX record with the provided mail exchange server and priority from this record set.
withoutMetadata(String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithMetadata
Removes a metadata from the record set.
withoutMXRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Removes a MX record set in the DNS zone.
withoutMXRecordSet(String, String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Removes a MX record set in the DNS zone.
withoutNameServer(String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithNSRecordNameServer
Rmoves a NS record with the provided name server from this record set.
withoutNSRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Removes a NS record set in the DNS zone.
withoutNSRecordSet(String, String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Removes a NS record set in the DNS zone.
withoutPtrRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Removes a PTR record set in the DNS zone.
withoutPtrRecordSet(String, String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Removes a PTR record set in the DNS zone.
withoutRecord(int, String, String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithCaaRecordEntry
Removes a Caa record for a service.
withoutRecord(String, int, int, int) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithSrvRecordEntry
Removes a service record for a service.
withoutSrvRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Removes a SRV record set in the DNS zone.
withoutSrvRecordSet(String, String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Removes a SRV record set in the DNS zone.
withoutTargetDomainName(String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithPtrRecordTargetDomainName
Removes the CName record with the provided canonical name from this record set.
withoutText(String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithTxtRecordTextValue
Removes a Txt record with the given text from this record set.
withoutText(List<String>) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithTxtRecordTextValue
Removes a Txt record with the given text (split into 255 char chunks) from this record set.
withoutTxtRecordSet(String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Removes a TXT record set in the DNS zone.
withoutTxtRecordSet(String, String) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
Removes a TXT record set in the DNS zone.
withPort(Integer) - Method in class com.microsoft.azure.management.dns.SrvRecord
Set the port value.
withPreference(Integer) - Method in class com.microsoft.azure.management.dns.MxRecord
Set the preference value.
withPriority(Integer) - Method in class com.microsoft.azure.management.dns.SrvRecord
Set the priority value.
withPrivateAccess() - Method in interface com.microsoft.azure.management.dns.DnsZone.DefinitionStages.WithZoneType
Sets the type of this zone to Private.
withPrivateAccess(List<String>, List<String>) - Method in interface com.microsoft.azure.management.dns.DnsZone.DefinitionStages.WithZoneType
Sets the type of this zone to Private.
withPrivateAccess() - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithZoneType
Sets the type of this zone to Private.
withPrivateAccess(List<String>, List<String>) - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithZoneType
Sets the type of this zone to Private.
withPtrdname(String) - Method in class com.microsoft.azure.management.dns.PtrRecord
Set the ptrdname value.
withPublicAccess() - Method in interface com.microsoft.azure.management.dns.DnsZone.DefinitionStages.WithZoneType
Sets the type of this zone to Public (default behavior).
withPublicAccess() - Method in interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithZoneType
Sets the type of this zone to Public (default behavior).
withRecord(int, String, String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithCaaRecordEntry
Specifies a Caa record for a service.
withRecord(String, int, int, int) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithSrvRecordEntry
Specifies a service record for a service.
withRecord(int, String, String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithCaaRecordEntry
Specifies a Caa record for a service.
withRecord(String, int, int, int) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithSrvRecordEntry
Specifies a service record for a service.
withRecord(int, String, String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithCaaRecordEntry
Specifies a Caa record for a service.
withRecord(String, int, int, int) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithSrvRecordEntry
Specifies a service record for a service.
withRecordSet(RecordSetInner) - Method in class com.microsoft.azure.management.dns.RecordSetUpdateParameters
Set the recordSet value.
withRefreshTime(Long) - Method in class com.microsoft.azure.management.dns.SoaRecord
Set the refreshTime value.
withRefreshTimeInSeconds(long) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithSoaRecordAttributes
Specifies time in seconds that a secondary name server should wait before trying to contact the the primary name server for a zone file update.
withRetryTime(Long) - Method in class com.microsoft.azure.management.dns.SoaRecord
Set the retryTime value.
withRetryTimeInSeconds(long) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithSoaRecordAttributes
Specifies the time in seconds that a secondary name server should wait before trying to contact the primary name server again after a failed attempt to check for a zone file update.
withSerialNumber(long) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithSoaRecordAttributes
Specifies the serial number for the zone file.
withSerialNumber(Long) - Method in class com.microsoft.azure.management.dns.SoaRecord
Set the serialNumber value.
withTag(String) - Method in class com.microsoft.azure.management.dns.CaaRecord
Set the tag value.
withTags(Map<String, String>) - Method in class com.microsoft.azure.management.dns.ZoneUpdate
Set the tags value.
withTarget(String) - Method in class com.microsoft.azure.management.dns.SrvRecord
Set the target value.
withTargetDomainName(String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithPtrRecordTargetDomainName
Creates a PTR record with the provided target domain name in this record set.
withTargetDomainName(String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithPtrRecordTargetDomainName
Creates a PTR record with the provided target domain name in this record set.
withTargetDomainName(String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithPtrRecordTargetDomainName
Creates a CName record with the provided canonical name in this record set.
withText(String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithTxtRecordTextValue
Creates a Txt record with the given text in this record set.
withText(String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithTxtRecordTextValue
Creates a TXT record with the given text in this record set.
withText(String) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithTxtRecordTextValue
Creates a Txt record with the given text in this record set.
withTimeToLive(long) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithTtl
Specifies the Time To Live for the records in the record set.
withTimeToLive(long) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithTtl
Specifies the TTL for the records in the record set.
withTimeToLive(long) - Method in interface com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithTtl
Specifies the TTL for the records in the record set.
withValue(String) - Method in class com.microsoft.azure.management.dns.CaaRecord
Set the value value.
withValue(List<String>) - Method in class com.microsoft.azure.management.dns.TxtRecord
Set the value value.
withWeight(Integer) - Method in class com.microsoft.azure.management.dns.SrvRecord
Set the weight value.

Z

ZoneType - Enum in com.microsoft.azure.management.dns
Defines values for ZoneType.
ZoneUpdate - Class in com.microsoft.azure.management.dns
Describes a request to update a DNS zone.
ZoneUpdate() - Constructor for class com.microsoft.azure.management.dns.ZoneUpdate
 
A C D E F G H I L M N P R S T U V W Z 
Skip navigation links

/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/