Share via


ISettingOperations.DeleteAsync Method (String, CancellationToken)

 

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Autoscale
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

Syntax

Task<AzureOperationResponse> DeleteAsync(
    string resourceId,
    CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ DeleteAsync(
    String^ resourceId,
    CancellationToken cancellationToken
)
abstract DeleteAsync : 
        resourceId:string *
        cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function DeleteAsync (
    resourceId As String,
    cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<AzureOperationResponse>

A standard service response including an HTTP status code and request ID.

See Also

ISettingOperations Interface
Microsoft.WindowsAzure.Management.Monitoring.Autoscale Namespace

Return to top