CosmosDBAccountsImpl.ISupportsListingByResourceGroup<ICosmosDBAccount>.ListByResourceGroupAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Listet Ressourcen des angegebenen Typs in der angegebenen Ressourcengruppe auf.
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
Parameter
- resourceGroupName
- String
Der Name der Ressourcengruppe, aus der die Ressourcen aufgelistet werden sollen.
- loadAllPages
- Boolean
- cancellationToken
- CancellationToken
Gibt zurück
Implementiert
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET