ResourceGroupsOperationsExtensions.CheckExistenceAsync(IResourceGroupsOperations, String, CancellationToken) Method
Definition
Checks whether resource group exists.
public static System.Threading.Tasks.Task<bool> CheckExistenceAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IResourceGroupsOperations operations, string resourceGroupName, System.Threading.CancellationToken cancellationToken = null);
static member CheckExistenceAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IResourceGroupsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Parameters
- operations
- IResourceGroupsOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group to check. The name is case insensitive.
- cancellationToken
- CancellationToken
The cancellation token.