Compartilhar via


IScheduleOperations.DeleteAsync(String, String, CancellationToken) Método

Definição

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

public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteAsync (string automationAccount, string scheduleName, System.Threading.CancellationToken cancellationToken);
abstract member DeleteAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
Public Function DeleteAsync (automationAccount As String, scheduleName As String, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)

Parâmetros

automationAccount
String

O nome da conta de automação.

scheduleName
String

O nome do agendamento.

cancellationToken
CancellationToken

Token de cancelamento.

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