JobScheduleOperationsExtensions.Delete メソッド

定義

指定したアカウントからジョブ スケジュールを削除します。

public static Microsoft.Azure.Batch.Protocol.Models.JobScheduleDeleteHeaders Delete (this Microsoft.Azure.Batch.Protocol.IJobScheduleOperations operations, string jobScheduleId, Microsoft.Azure.Batch.Protocol.Models.JobScheduleDeleteOptions jobScheduleDeleteOptions = default);
static member Delete : Microsoft.Azure.Batch.Protocol.IJobScheduleOperations * string * Microsoft.Azure.Batch.Protocol.Models.JobScheduleDeleteOptions -> Microsoft.Azure.Batch.Protocol.Models.JobScheduleDeleteHeaders
<Extension()>
Public Function Delete (operations As IJobScheduleOperations, jobScheduleId As String, Optional jobScheduleDeleteOptions As JobScheduleDeleteOptions = Nothing) As JobScheduleDeleteHeaders

パラメーター

operations
IJobScheduleOperations

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

jobScheduleId
String

削除するジョブ スケジュールの ID。

jobScheduleDeleteOptions
JobScheduleDeleteOptions

操作の追加パラメーター

戻り値

注釈

ジョブ スケジュールを削除すると、そのスケジュールのすべてのジョブとタスクも削除されます。 タスクが削除されると、コンピューティング ノード上の作業ディレクトリ内のすべてのファイルも削除されます (保持期間は無視されます)。 ジョブ スケジュール統計は、ジョブ スケジュールが削除されるとアクセスできなくなりますが、アカウントの有効期間統計にカウントされます。

適用対象