IGenericResources.DeleteAsync(String, String, String, String, String, String, CancellationToken) Method
Definition
Delete resource and all of its child resources.
public System.Threading.Tasks.Task DeleteAsync (string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion, System.Threading.CancellationToken cancellationToken = null);
abstract member DeleteAsync : string * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Parameters
- resourceGroupName
- String
resourceGroupName The name of the resource group. The name is case insensitive.
- resourceProviderNamespace
- String
resourceProviderNamespace Resource identity.
- parentResourcePath
- String
parentResourcePath Resource identity.
- resourceType
- String
resourceType Resource identity.
- resourceName
- String
resourceName Resource identity.
- apiVersion
- String
apiVersion the String value
- cancellationToken
- CancellationToken