다음을 통해 공유


PrivateLinkScopesOperationsExtensions.ListByResourceGroup Method

Definition

Gets a list of Azure Monitor PrivateLinkScopes within a resource group.

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

Parameters

operations
IPrivateLinkScopesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

Returns

Applies to