DnsRecordSet Interface

Implements

ExternalChildResource<DnsRecordSet,DnsZone> HasInner<com.microsoft.azure.management.dns.implementation.RecordSetInner>

public interface DnsRecordSet
extends ExternalChildResource<DnsRecordSet,DnsZone>, HasInner<com.microsoft.azure.management.dns.implementation.RecordSetInner>

An immutable client-side representation of a record set in Azure DNS Zone.

Method Summary

Modifier and Type Method and Description
abstract java.lang.String eTag()
abstract java.lang.String fqdn()
abstract java.util.Map<java.lang.String,java.lang.String> metadata()
abstract RecordType recordType()
abstract long timeToLive()

Method Details

eTag

public abstract String eTag()

Returns:

the etag associated with the record set.

fqdn

public abstract String fqdn()

Returns:

the fully qualified domain name of the record set.

metadata

public abstract Map metadata()

Returns:

the metadata associated with this record set.

recordType

public abstract RecordType recordType()

Returns:

the type of records in this record set

timeToLive

public abstract long timeToLive()

Returns:

TTL of the records in this record set

Applies to