Partager via


JobScheduleOperationsExtensions.DeleteAsync Méthode

Définition

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

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

Paramètres

operations
IJobScheduleOperations

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

automationAccount
String

Obligatoire. Nom du compte Automation.

jobScheduleName
Guid

Obligatoire. Nom de la planification du travail.

Retours

Task<Microsoft.Azure.AzureOperationResponse>

Réponse de service standard comprenant un code de status HTTP et un ID de demande.

S’applique à