DnsRecordSet Interface
Implements
public interface DnsRecordSet
extends ExternalChildResource<DnsRecordSet,DnsZone>, HasInnerModel<RecordSetInner>
An immutable client-side representation of a record set in Azure DNS Zone.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
etag()
Gets the etag associated with the record set. |
abstract String |
fqdn()
Gets the fully qualified domain name of the record set. |
abstract Map<String,String> |
metadata()
Gets the metadata associated with this record set. |
abstract
Record |
recordType()
Gets the type of records in this record set. |
abstract long |
timeToLive()
Gets TTL of the records in this record set. |
Method Details
etag
public abstract String etag()
Gets the etag associated with the record set.
Returns:
fqdn
public abstract String fqdn()
Gets the fully qualified domain name of the record set.
Returns:
metadata
public abstract Map
Gets the metadata associated with this record set.
Returns:
recordType
public abstract RecordType recordType()
Gets the type of records in this record set.
Returns:
timeToLive
public abstract long timeToLive()
Gets TTL of the records in this record set.
Returns:
Applies to
Azure SDK for Java