Compartir a través de


ScheduleOperationsExtensions.DeleteAsync Método

Definición

Sobrecargas

DeleteAsync(IScheduleOperations, String, String, String)
DeleteAsync(IScheduleOperations, String, String, String, CancellationToken)

Elimine la programación identificada por nombre de programación. http://aka.ms/azureautomationsdk/scheduleoperations

DeleteAsync(IScheduleOperations, String, String, String)

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

Parámetros

operations
IScheduleOperations
resourceGroupName
String
automationAccount
String
scheduleName
String

Devoluciones

Task<Microsoft.Azure.AzureOperationResponse>

Se aplica a

DeleteAsync(IScheduleOperations, String, String, String, CancellationToken)

Elimine la programación identificada por nombre de programación. http://aka.ms/azureautomationsdk/scheduleoperations

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.Automation.IScheduleOperations operations, string resourceGroupName, string automationAccountName, string scheduleName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.Automation.IScheduleOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As IScheduleOperations, resourceGroupName As String, automationAccountName As String, scheduleName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parámetros

operations
IScheduleOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre de un grupo de recursos de Azure.

automationAccountName
String

Nombre de la cuenta de Automation.

scheduleName
String

Nombre de la programación.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a