IGenericResources.DeleteAsync 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.
Delete resource and all of its child resources asynchronously.
public System.Threading.Tasks.Task DeleteAsync (string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion = default, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteAsync : string * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function DeleteAsync (resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, Optional apiVersion As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As 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