ObjectAnchorsAccountsOperationsExtensions.ListByResourceGroupAsync Method

Definition

List Resources by Resource Group

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))

Parameters

operations
IObjectAnchorsAccountsOperations

The operations group for this extension method.

resourceGroupName
String

Name of an Azure resource group.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to