共用方式為


UserAssignedIdentitiesOperationsExtensions.ListByResourceGroup Method

Definition

Lists all the userAssignedIdentities available under the specified ResourceGroup.

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

Parameters

operations
IUserAssignedIdentitiesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the Resource Group to which the identity belongs.

Returns

Applies to