次の方法で共有


PrivateEndpointsOperationsExtensions.ListByCluster メソッド

定義

クラスター内のプライベート エンドポイントを一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.PrivateEndpoint> ListByCluster (this Microsoft.Azure.Management.StreamAnalytics.IPrivateEndpointsOperations operations, string resourceGroupName, string clusterName);
static member ListByCluster : Microsoft.Azure.Management.StreamAnalytics.IPrivateEndpointsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.PrivateEndpoint>
<Extension()>
Public Function ListByCluster (operations As IPrivateEndpointsOperations, resourceGroupName As String, clusterName As String) As IPage(Of PrivateEndpoint)

パラメーター

operations
IPrivateEndpointsOperations

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

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName
String

クラスターの名前です。

戻り値

適用対象