- 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.
- 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.