Class GetRecordSetResult


  • public final class GetRecordSetResult
    extends java.lang.Object
    • Method Detail

      • aRecords

        public java.util.List<ARecordResponse> aRecords()
        Returns:
        The list of A records in the record set.
      • aaaaRecords

        public java.util.List<AaaaRecordResponse> aaaaRecords()
        Returns:
        The list of AAAA records in the record set.
      • caaRecords

        public java.util.List<CaaRecordResponse> caaRecords()
        Returns:
        The list of CAA records in the record set.
      • cnameRecord

        public java.util.Optional<CnameRecordResponse> cnameRecord()
        Returns:
        The CNAME record in the record set.
      • etag

        public java.util.Optional<java.lang.String> etag()
        Returns:
        The etag of the record set.
      • fqdn

        public java.lang.String fqdn()
        Returns:
        Fully qualified domain name of the record set.
      • id

        public java.lang.String id()
        Returns:
        The ID of the record set.
      • metadata

        public java.util.Map<java.lang.String,​java.lang.String> metadata()
        Returns:
        The metadata attached to the record set.
      • mxRecords

        public java.util.List<MxRecordResponse> mxRecords()
        Returns:
        The list of MX records in the record set.
      • name

        public java.lang.String name()
        Returns:
        The name of the record set.
      • nsRecords

        public java.util.List<NsRecordResponse> nsRecords()
        Returns:
        The list of NS records in the record set.
      • provisioningState

        public java.lang.String provisioningState()
        Returns:
        provisioning State of the record set.
      • ptrRecords

        public java.util.List<PtrRecordResponse> ptrRecords()
        Returns:
        The list of PTR records in the record set.
      • soaRecord

        public java.util.Optional<SoaRecordResponse> soaRecord()
        Returns:
        The SOA record in the record set.
      • srvRecords

        public java.util.List<SrvRecordResponse> srvRecords()
        Returns:
        The list of SRV records in the record set.
      • targetResource

        public java.util.Optional<SubResourceResponse> targetResource()
        Returns:
        A reference to an azure resource from where the dns resource value is taken.
      • ttl

        public java.util.Optional<java.lang.Double> ttl()
        Returns:
        The TTL (time-to-live) of the records in the record set.
      • txtRecords

        public java.util.List<TxtRecordResponse> txtRecords()
        Returns:
        The list of TXT records in the record set.
      • type

        public java.lang.String type()
        Returns:
        The type of the record set.