JobScheduleOperationsExtensions.DeleteAsync メソッド

定義

オーバーロード

DeleteAsync(IJobScheduleOperations, String, String, Guid)
DeleteAsync(IJobScheduleOperations, String, String, Guid, CancellationToken)

ジョブ スケジュール名で識別されるジョブ スケジュールを削除します。 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)

パラメーター

resourceGroupName
String
automationAccount
String
jobScheduleName
Guid

戻り値

Task<Microsoft.Azure.AzureOperationResponse>

適用対象

DeleteAsync(IJobScheduleOperations, String, String, Guid, CancellationToken)

ジョブ スケジュール名で識別されるジョブ スケジュールを削除します。 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

パラメーター

operations
IJobScheduleOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure リソース グループの名前。

automationAccountName
String

Automation アカウントの名前。

jobScheduleId
Guid

ジョブ スケジュール名。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象