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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java