Partager via


ScheduleOperationsExtensions.DeleteAsync Méthode

Définition

Supprimez la planification identifiée par le nom de la planification. (voir http://aka.ms/azureautomationsdk/scheduleoperations pour plus d’informations)

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)

Paramètres

operations
IScheduleOperations

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

automationAccount
String

Obligatoire. Nom du compte Automation.

scheduleName
String

Obligatoire. Nom de la planification.

Retours

Task<Microsoft.Azure.AzureOperationResponse>

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

S’applique à