Interface DnsRecordSet

All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.arm.models.ChildResource<DnsZone>, com.azure.resourcemanager.resources.fluentcore.arm.models.ExternalChildResource<DnsRecordSet, DnsZone>, com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<RecordSetInner>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasName, com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent<DnsZone>, com.azure.resourcemanager.resources.fluentcore.model.Indexable, com.azure.resourcemanager.resources.fluentcore.model.Refreshable<DnsRecordSet>
All Known Subinterfaces:
AaaaRecordSet, ARecordSet, CaaRecordSet, CnameRecordSet, MxRecordSet, NsRecordSet, PtrRecordSet, SoaRecordSet, SrvRecordSet, TxtRecordSet

public interface DnsRecordSet extends com.azure.resourcemanager.resources.fluentcore.arm.models.ExternalChildResource<DnsRecordSet, DnsZone>, com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<RecordSetInner>
An immutable client-side representation of a record set in Azure DNS Zone.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    The entirety of a DNS zone record set definition as a part of parent definition.
    static interface 
    Grouping of DNS zone record set definition stages as a part of parent DNS zone definition.
    static interface 
    the set of configurations that can be updated for DNS record set irrespective of their type RecordType.
    static interface 
    The entirety of an AAAA record set update as a part of parent DNS zone update.
    static interface 
    The entirety of an A record set update as a part of parent DNS zone update.
    static interface 
    The entirety of a Caa record set update as a part of parent DNS zone update.
    static interface 
    The entirety of CNAME record set update as part of parent DNS zone update.
    static interface 
    The entirety of a record sets update as a part of parent DNS zone update.
    static interface 
    The entirety of a DNS zone record set definition as a part of parent update.
    static interface 
    Grouping of DNS zone record set definition stages as a part of parent DNS zone update.
    static interface 
    The entirety of a MX record set update as a part of parent DNS zone update.
    static interface 
    The entirety of a NS record set update as a part of parent DNS zone update.
    static interface 
    The entirety of a PTR record set update as a part of parent DNS zone update.
    static interface 
    The entirety of a SOA record update as a part of parent DNS zone update.
    static interface 
    The entirety of a SRV record set update as a part of parent DNS zone update.
    static interface 
    Grouping of DNS zone record set update stages.
    static interface 
    The entirety of a TXT record set update as a part of parent DNS zone update.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the etag associated with the record set.
    Gets the fully qualified domain name of the record set.
    Gets the metadata associated with this record set.
    Gets the type of records in this record set.
    long
    Gets TTL of the records in this record set.

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.ExternalChildResource

    id

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel

    innerModel

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName

    name

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent

    parent

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Indexable

    key

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable

    refresh, refreshAsync
  • Method Details

    • recordType

      RecordType recordType()
      Gets the type of records in this record set.
      Returns:
      the type of records in this record set
    • timeToLive

      long timeToLive()
      Gets TTL of the records in this record set.
      Returns:
      TTL of the records in this record set
    • metadata

      Map<String,String> metadata()
      Gets the metadata associated with this record set.
      Returns:
      the metadata associated with this record set.
    • fqdn

      String fqdn()
      Gets the fully qualified domain name of the record set.
      Returns:
      the fully qualified domain name of the record set.
    • etag

      String etag()
      Gets the etag associated with the record set.
      Returns:
      the etag associated with the record set.