次の方法で共有


ClustersOperationsExtensions.ListOutboundNetworkDependenciesEndpoints メソッド

定義

Kusto クラスターのすべての送信依存関係のネットワーク エンドポイントを取得します

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Kusto.Models.OutboundNetworkDependenciesEndpoint> ListOutboundNetworkDependenciesEndpoints (this Microsoft.Azure.Management.Kusto.IClustersOperations operations, string resourceGroupName, string clusterName);
static member ListOutboundNetworkDependenciesEndpoints : Microsoft.Azure.Management.Kusto.IClustersOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Kusto.Models.OutboundNetworkDependenciesEndpoint>
<Extension()>
Public Function ListOutboundNetworkDependenciesEndpoints (operations As IClustersOperations, resourceGroupName As String, clusterName As String) As IPage(Of OutboundNetworkDependenciesEndpoint)

パラメーター

operations
IClustersOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Kusto クラスターを含むリソース グループの名前。

clusterName
String

Kusto クラスターの名前。

戻り値

適用対象