Partager via


RunbookOperationsExtensions.DeleteAsync Méthode

Définition

Supprimez le runbook par nom. (voir http://aka.ms/azureautomationsdk/runbookoperations pour plus d’informations)

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)

Paramètres

operations
IRunbookOperations

Référence à Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.

automationAccount
String

Obligatoire. Nom du compte Automation.

runbookName
String

Obligatoire. Nom du runbook.

Retours

Task<Microsoft.Azure.AzureOperationResponse>

Réponse de service standard comprenant un code de status HTTP et un ID de requête.

S’applique à