Aracılığıyla paylaş


CosmosDBAccountsImpl.ISupportsListingByResourceGroup<ICosmosDBAccount>.ListByResourceGroupAsync Method

Definition

Lists resources of the specified type in the specified resource group.

System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>> ISupportsListingByResourceGroup<ICosmosDBAccount>.ListByResourceGroupAsync (string resourceGroupName, bool loadAllPages, System.Threading.CancellationToken cancellationToken);
abstract member Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>.ListByResourceGroupAsync : string * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>>
override this.Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>.ListByResourceGroupAsync : string * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>>
Function ListByResourceGroupAsync (resourceGroupName As String, loadAllPages As Boolean, cancellationToken As CancellationToken) As Task(Of IPagedCollection(Of ICosmosDBAccount)) Implements ISupportsListingByResourceGroup(Of ICosmosDBAccount).ListByResourceGroupAsync

Parameters

resourceGroupName
String

The name of the resource group to list the resources from.

loadAllPages
Boolean
cancellationToken
CancellationToken

Returns

Implements

Applies to