次の方法で共有


ICaaRecordSetBlank<ParentT> インターフェイス

定義

Caa レコード定義の最初のステージ。

public interface ICaaRecordSetBlank<ParentT> : Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Definition.IWithCaaRecordEntry<ParentT>
type ICaaRecordSetBlank<'ParentT> = interface
    interface IWithCaaRecordEntry<'ParentT>
Public Interface ICaaRecordSetBlank(Of ParentT)
Implements IWithCaaRecordEntry(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ。

派生
実装

メソッド

WithRecord(Int32, String, String)

サービスの Caa レコードを指定します。

(継承元 IWithCaaRecordEntry<ParentT>)

適用対象