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() |
abstract String | fqdn() |
abstract Map<String,String> | metadata() |
abstract
Record |
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
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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java