CosmosDBAccountsImpl.ISupportsListingByResourceGroup<ICosmosDBAccount>.ListByResourceGroupAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.