IPtrRecordSet インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Azure DNS ゾーンで設定された PTR (ポインター) レコードの不変のクライアント側表現。
public interface IPtrRecordSet : Microsoft.Azure.Management.Dns.Fluent.IDnsRecordSet, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Dns.Fluent.IDnsZone>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IExternalChildResource<Microsoft.Azure.Management.Dns.Fluent.IDnsRecordSet,Microsoft.Azure.Management.Dns.Fluent.IDnsZone>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Dns.Fluent.Models.RecordSetInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Dns.Fluent.IDnsZone>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Dns.Fluent.IDnsRecordSet>
type IPtrRecordSet = interface
interface IDnsRecordSet
interface IExternalChildResource<IDnsRecordSet, IDnsZone>
interface IChildResource<IDnsZone>
interface IHasName
interface IIndexable
interface IHasParent<IDnsZone>
interface IRefreshable<IDnsRecordSet>
interface IHasInner<RecordSetInner>
Public Interface IPtrRecordSet
Implements IChildResource(Of IDnsZone), IDnsRecordSet, IExternalChildResource(Of IDnsRecordSet, IDnsZone), IHasInner(Of RecordSetInner), IHasParent(Of IDnsZone), IRefreshable(Of IDnsRecordSet)
- 実装
プロパティ
ETag |
レコード セットに関連付けられている etag を取得します。 (継承元 IDnsRecordSet) |
Fqdn |
レコード セットの完全修飾ドメイン名を取得します。 (継承元 IDnsRecordSet) |
Id |
Azure DNS ゾーンで設定された PTR (ポインター) レコードの不変のクライアント側表現。 (継承元 IExternalChildResource<FluentModelT,IParentT>) |
Inner |
Azure DNS ゾーンで設定された PTR (ポインター) レコードの不変のクライアント側表現。 (継承元 IHasInner<T>) |
Key |
Azure DNS ゾーンで設定された PTR (ポインター) レコードの不変のクライアント側表現。 (継承元 IIndexable) |
Metadata |
このレコード セットに関連付けられているメタデータを取得します。 (継承元 IDnsRecordSet) |
Name |
リソースの名前を取得します (継承元 IHasName) |
Parent |
この子リソースの親を取得します。 (継承元 IHasParent<ParentT>) |
RecordType |
このレコード セット内のレコードの種類を取得します。 (継承元 IDnsRecordSet) |
TargetDomainNames |
このレコード セット内の PTR レコードのターゲット ドメイン名を取得します。 |
TimeToLive |
このレコード セット内のレコードの TTL を取得します。 (継承元 IDnsRecordSet) |
メソッド
Refresh() |
Azure と同期するようにリソースを更新します。 (継承元 IRefreshable<T>) |
RefreshAsync(CancellationToken) |
Azure と同期するようにリソースを更新します。 (継承元 IRefreshable<T>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET