Compartir a través de


Método IScheduleOperations.DeleteAsync

Delete the schedule identified by schedule name. (see https://aka.ms/azureautomationsdk/scheduleoperations for more information)

Espacio de nombres: Microsoft.WindowsAzure.Management.Automation
Ensamblado: Microsoft.WindowsAzure.Management.Automation (en Microsoft.WindowsAzure.Management.Automation.dll)

Uso

'Uso
Dim instance As IScheduleOperations
Dim automationAccount As String
Dim scheduleName As String
Dim cancellationToken As CancellationToken
Dim returnValue As Task(Of AzureOperationResponse)

returnValue = instance.DeleteAsync(automationAccount, scheduleName, cancellationToken)

Sintaxis

'Declaración
Function DeleteAsync ( _
    automationAccount As String, _
    scheduleName As String, _
    cancellationToken As CancellationToken _
) As Task(Of AzureOperationResponse)
Task<AzureOperationResponse> DeleteAsync (
    string automationAccount,
    string scheduleName,
    CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ DeleteAsync (
    String^ automationAccount, 
    String^ scheduleName, 
    CancellationToken cancellationToken
)
Task<AzureOperationResponse> DeleteAsync (
    String automationAccount, 
    String scheduleName, 
    CancellationToken cancellationToken
)
function DeleteAsync (
    automationAccount : String, 
    scheduleName : String, 
    cancellationToken : CancellationToken
) : Task<AzureOperationResponse>

Parámetros

  • automationAccount
    The automation account name.
  • scheduleName
    The schedule name.
  • cancellationToken
    Cancellation token.

Valor devuelto

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

Seguridad para subprocesos

Cualquier miembro estático público (compartido en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Plataformas

Plataformas de desarrollo

Windows Vista, Windows 7 y Windows Server 2008

Plataformas de destino

Vea también

Referencia

Interfaz IScheduleOperations
Miembros IScheduleOperations
Espacio de nombres Microsoft.WindowsAzure.Management.Automation