Partager via


ObjectAnchorsAccountsOperationsExtensions.ListByResourceGroupAsync Méthode

Définition

Répertorier les ressources par groupe de ressources

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MixedReality.Models.ObjectAnchorsAccount>> ListByResourceGroupAsync (this Microsoft.Azure.Management.MixedReality.IObjectAnchorsAccountsOperations operations, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupAsync : Microsoft.Azure.Management.MixedReality.IObjectAnchorsAccountsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MixedReality.Models.ObjectAnchorsAccount>>
<Extension()>
Public Function ListByResourceGroupAsync (operations As IObjectAnchorsAccountsOperations, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ObjectAnchorsAccount))

Paramètres

operations
IObjectAnchorsAccountsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom d’un groupe de ressources Azure.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à