JobScheduleOperationsExtensions.DeleteAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
DeleteAsync(IJobScheduleOperations, String, String, Guid) | |
DeleteAsync(IJobScheduleOperations, String, String, Guid, CancellationToken) |
Löschen Sie den Auftragszeitplan, der durch den Namen des Auftragszeitplans identifiziert wurde. http://aka.ms/azureautomationsdk/jobscheduleoperations |
DeleteAsync(IJobScheduleOperations, String, String, Guid)
public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteAsync (this Microsoft.Azure.Management.Automation.IJobScheduleOperations operations, string resourceGroupName, string automationAccount, Guid jobScheduleName);
static member DeleteAsync : Microsoft.Azure.Management.Automation.IJobScheduleOperations * string * string * Guid -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function DeleteAsync (operations As IJobScheduleOperations, resourceGroupName As String, automationAccount As String, jobScheduleName As Guid) As Task(Of AzureOperationResponse)
Parameter
- operations
- IJobScheduleOperations
- resourceGroupName
- String
- automationAccount
- String
- jobScheduleName
- Guid
Gibt zurück
Gilt für:
DeleteAsync(IJobScheduleOperations, String, String, Guid, CancellationToken)
Löschen Sie den Auftragszeitplan, der durch den Namen des Auftragszeitplans identifiziert wurde. http://aka.ms/azureautomationsdk/jobscheduleoperations
public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.Automation.IJobScheduleOperations operations, string resourceGroupName, string automationAccountName, Guid jobScheduleId, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.Automation.IJobScheduleOperations * string * string * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As IJobScheduleOperations, resourceGroupName As String, automationAccountName As String, jobScheduleId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameter
- operations
- IJobScheduleOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Name einer Azure-Ressourcengruppe.
- automationAccountName
- String
Der Name des Automation-Kontos.
- jobScheduleId
- Guid
Der Name des Auftragszeitplans.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET