Sdílet prostřednictvím


RemoteRenderingAccountsOperationsExtensions.ListByResourceGroupAsync Method

Definition

List Resources by Resource Group

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

Parameters

operations
IRemoteRenderingAccountsOperations

The operations group for this extension method.

resourceGroupName
String

Name of an Azure resource group.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to