RunbookOperationsExtensions.DeleteAsync Method

Definition

Delete the runbook by name. (see http://aka.ms/azureautomationsdk/runbookoperations for more information)

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteAsync (this Microsoft.WindowsAzure.Management.Automation.IRunbookOperations operations, string automationAccount, string runbookName);
static member DeleteAsync : Microsoft.WindowsAzure.Management.Automation.IRunbookOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function DeleteAsync (operations As IRunbookOperations, automationAccount As String, runbookName As String) As Task(Of AzureOperationResponse)

Parameters

operations
IRunbookOperations

Reference to the Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.

automationAccount
String

Required. The automation account name.

runbookName
String

Required. The runbook name.

Returns

Task<Microsoft.Azure.AzureOperationResponse>

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

Applies to