PrivateEndpointConnectionsPrivateLinkHubOperationsExtensions.List メソッド

定義

PrivateLinkHub ですべての PrivateEndpointConnections を取得する

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.PrivateEndpointConnectionForPrivateLinkHub> List (this Microsoft.Azure.Management.Synapse.IPrivateEndpointConnectionsPrivateLinkHubOperations operations, string resourceGroupName, string privateLinkHubName);
static member List : Microsoft.Azure.Management.Synapse.IPrivateEndpointConnectionsPrivateLinkHubOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.PrivateEndpointConnectionForPrivateLinkHub>
<Extension()>
Public Function List (operations As IPrivateEndpointConnectionsPrivateLinkHubOperations, resourceGroupName As String, privateLinkHubName As String) As IPage(Of PrivateEndpointConnectionForPrivateLinkHub)

パラメーター

operations
IPrivateEndpointConnectionsPrivateLinkHubOperations

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

resourceGroupName
String

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

privateLinkHubName
String

privateLinkHub の名前

戻り値

適用対象