Compartilhar via


ScheduleOperationsExtensions.DeleteAsync Método

Definição

Exclua o agendamento identificado pelo nome do agendamento. (consulte http://aka.ms/azureautomationsdk/scheduleoperations para obter mais informações)

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

Parâmetros

operations
IScheduleOperations

Referência ao Microsoft.WindowsAzure.Management.Automation.IScheduleOperations.

automationAccount
String

Obrigatórios. O nome da conta de automação.

scheduleName
String

Obrigatórios. O nome do agendamento.

Retornos

Task<Microsoft.Azure.AzureOperationResponse>

Uma resposta de serviço padrão, incluindo uma ID de solicitação e o código de status HTTP.

Aplica-se a