PrivateDnsRecordSet Interface
Implements
public interface PrivateDnsRecordSet
extends ExternalChildResource<PrivateDnsRecordSet,PrivateDnsZone>, HasInnerModel<RecordSetInner>
An immutable client-side representation of a record set in Azure Private DNS Zone.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String | etag() |
abstract String | fqdn() |
abstract boolean | isAutoRegistered() |
abstract Map<String,String> | metadata() |
abstract
Record |
recordType() |
abstract long | timeToLive() |
Method Details
etag
public abstract String etag()
Returns:
the ETag of the record set.
fqdn
public abstract String fqdn()
Returns:
the fully qualified domain name of the record set.
isAutoRegistered
public abstract boolean isAutoRegistered()
Returns:
the property whether the record set is auto-registered in the private DNS zone
through a virtual network link.
metadata
public abstract Map
Returns:
the metadata attached to the record set.
recordType
public abstract RecordType recordType()
Returns:
the type of the record set.
timeToLive
public abstract long timeToLive()
Returns:
the time-to-live of the records in the record set.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java