PrivateLinkResourcesOperationsExtensions.ListByCluster メソッド

定義

HDInsight クラスター内のプライベート リンク リソースを一覧表示します。

public static Microsoft.Azure.Management.HDInsight.Models.PrivateLinkResourceListResult ListByCluster (this Microsoft.Azure.Management.HDInsight.IPrivateLinkResourcesOperations operations, string resourceGroupName, string clusterName);
static member ListByCluster : Microsoft.Azure.Management.HDInsight.IPrivateLinkResourcesOperations * string * string -> Microsoft.Azure.Management.HDInsight.Models.PrivateLinkResourceListResult
<Extension()>
Public Function ListByCluster (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, clusterName As String) As PrivateLinkResourceListResult

パラメーター

operations
IPrivateLinkResourcesOperations

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

resourceGroupName
String

リソース グループの名前。

clusterName
String

クラスターの名前です。

戻り値

適用対象