RunbookOperationsExtensions.Delete(IRunbookOperations, String, String) Method

Definition

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

public static Microsoft.Azure.AzureOperationResponse Delete (this Microsoft.WindowsAzure.Management.Automation.IRunbookOperations operations, string automationAccount, string runbookName);
static member Delete : Microsoft.WindowsAzure.Management.Automation.IRunbookOperations * string * string -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function Delete (operations As IRunbookOperations, automationAccount As String, runbookName As String) As 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

Microsoft.Azure.AzureOperationResponse

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

Applies to