次の方法で共有


ManagedPrivateEndpointsOperationsExtensions.List メソッド

定義

マネージド プライベート エンドポイントの一覧を返します。

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Kusto.Models.ManagedPrivateEndpoint> List(this Microsoft.Azure.Management.Kusto.IManagedPrivateEndpointsOperations operations, string resourceGroupName, string clusterName);
static member List : Microsoft.Azure.Management.Kusto.IManagedPrivateEndpointsOperations * string * string -> seq<Microsoft.Azure.Management.Kusto.Models.ManagedPrivateEndpoint>
<Extension()>
Public Function List (operations As IManagedPrivateEndpointsOperations, resourceGroupName As String, clusterName As String) As IEnumerable(Of ManagedPrivateEndpoint)

パラメーター

operations
IManagedPrivateEndpointsOperations

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

resourceGroupName
String

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

clusterName
String

Kusto クラスターの名前。

戻り値

適用対象