次の方法で共有


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

定義

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

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

型パラメーター

ParentT

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

派生
実装

メソッド

WithRecord(String, Int32, Int32, Int32)

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

(継承元 IWithSrvRecordEntry<ParentT>)

適用対象