次の方法で共有


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

定義

CNAME レコード セット定義の最初のステージ。

public interface ICNameRecordSetBlank<ParentT> : Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateDefinition.IWithCNameRecordAlias<ParentT>
type ICNameRecordSetBlank<'ParentT> = interface
    interface IWithCNameRecordAlias<'ParentT>
Public Interface ICNameRecordSetBlank(Of ParentT)
Implements IWithCNameRecordAlias(Of ParentT)

型パラメーター

ParentT

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

派生
実装

メソッド

WithAlias(String)

指定されたエイリアスを使用して CNAME レコードを作成します。

(継承元 IWithCNameRecordAlias<ParentT>)

適用対象