IResourceGroupOperations.ListAsync 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.
Gets a collection of resource groups.
public System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ResourceGroupListResult> ListAsync (Microsoft.Azure.Management.Resources.Models.ResourceGroupListParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member ListAsync : Microsoft.Azure.Management.Resources.Models.ResourceGroupListParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ResourceGroupListResult>
Public Function ListAsync (parameters As ResourceGroupListParameters, cancellationToken As CancellationToken) As Task(Of ResourceGroupListResult)
Parameters
- parameters
- ResourceGroupListParameters
Query parameters. If null is passed returns all resource groups.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
List of resource groups.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET