次の方法で共有


EndpointDependency コンストラクター

定義

オーバーロード

EndpointDependency()

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

EndpointDependency(String, IList<EndpointDetail>)

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

EndpointDependency()

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

public EndpointDependency ();
Public Sub New ()

適用対象

EndpointDependency(String, IList<EndpointDetail>)

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

public EndpointDependency (string domainName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Kusto.Models.EndpointDetail> endpointDetails = default);
new Microsoft.Azure.Management.Kusto.Models.EndpointDependency : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Kusto.Models.EndpointDetail> -> Microsoft.Azure.Management.Kusto.Models.EndpointDependency
Public Sub New (Optional domainName As String = Nothing, Optional endpointDetails As IList(Of EndpointDetail) = Nothing)

パラメーター

domainName
String

依存関係のドメイン名。

endpointDetails
IList<EndpointDetail>

DomainName に接続するときに使用されるポート。

適用対象