Share via


PrivateLinkServicesOperationsExtensions.List Method

Definition

Gets all private link services in a resource group.

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

Parameters

operations
IPrivateLinkServicesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

Returns

Applies to