Share via


PrivateLinkScopesOperationsExtensions.List Method

Definition

Gets a list of all Azure Monitor PrivateLinkScopes within a subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Monitor.Models.AzureMonitorPrivateLinkScope> List (this Microsoft.Azure.Management.Monitor.IPrivateLinkScopesOperations operations);
static member List : Microsoft.Azure.Management.Monitor.IPrivateLinkScopesOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Monitor.Models.AzureMonitorPrivateLinkScope>
<Extension()>
Public Function List (operations As IPrivateLinkScopesOperations) As IPage(Of AzureMonitorPrivateLinkScope)

Parameters

operations
IPrivateLinkScopesOperations

The operations group for this extension method.

Returns

Applies to