次の方法で共有


SrvRecord コンストラクター

定義

オーバーロード

SrvRecord()

SrvRecord クラスの新しいインスタンスを初期化します。

SrvRecord(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String)

SrvRecord クラスの新しいインスタンスを初期化します。

SrvRecord()

SrvRecord クラスの新しいインスタンスを初期化します。

public SrvRecord ();
Public Sub New ()

適用対象

SrvRecord(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String)

SrvRecord クラスの新しいインスタンスを初期化します。

public SrvRecord (int? priority = default, int? weight = default, int? port = default, string target = default);
new Microsoft.Azure.Management.Dns.Fluent.Models.SrvRecord : Nullable<int> * Nullable<int> * Nullable<int> * string -> Microsoft.Azure.Management.Dns.Fluent.Models.SrvRecord
Public Sub New (Optional priority As Nullable(Of Integer) = Nothing, Optional weight As Nullable(Of Integer) = Nothing, Optional port As Nullable(Of Integer) = Nothing, Optional target As String = Nothing)

パラメーター

priority
Nullable<Int32>

この SRV レコードの優先度の値。

weight
Nullable<Int32>

この SRV レコードの重みの値。

port
Nullable<Int32>

この SRV レコードのポート値。

target
String

この SRV レコードのターゲット ドメイン名。

適用対象