次の方法で共有


ClustersOperationsExtensions.ListOutboundNetworkDependenciesEndpointsAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Kusto.Models.OutboundNetworkDependenciesEndpoint>> ListOutboundNetworkDependenciesEndpointsAsync (this Microsoft.Azure.Management.Kusto.IClustersOperations operations, string resourceGroupName, string clusterName, System.Threading.CancellationToken cancellationToken = default);
static member ListOutboundNetworkDependenciesEndpointsAsync : Microsoft.Azure.Management.Kusto.IClustersOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Kusto.Models.OutboundNetworkDependenciesEndpoint>>
<Extension()>
Public Function ListOutboundNetworkDependenciesEndpointsAsync (operations As IClustersOperations, resourceGroupName As String, clusterName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of OutboundNetworkDependenciesEndpoint))

パラメーター

operations
IClustersOperations

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

resourceGroupName
String

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

clusterName
String

Kusto クラスターの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象