ISettingOperations.DeleteAsync Method (String, CancellationToken)
Namespace:
Microsoft.WindowsAzure.Management.Monitoring.Autoscale
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Function DeleteAsync ( resourceId As String, cancellationToken As CancellationToken ) As Task(Of AzureOperationResponse)
Parameters
- resourceId
-
Type:
System.String
The resource ID.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task(Of AzureOperationResponse)A standard service response including an HTTP status code and request ID.
Show: