PrivateLinkHubsOperationsExtensions.ListByResourceGroup メソッド

定義

リソース グループ内の privateLinkHubs の一覧を返します

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

パラメーター

operations
IPrivateLinkHubsOperations

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

resourceGroupName
String

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

戻り値

適用対象