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