次の方法で共有


JobsOperationsExtensions.Delete(IJobsOperations, String, String) メソッド

定義

ジョブを削除します。

public static void Delete (this Microsoft.Azure.Management.DataBox.IJobsOperations operations, string resourceGroupName, string jobName);
static member Delete : Microsoft.Azure.Management.DataBox.IJobsOperations * string * string -> unit
<Extension()>
Public Sub Delete (operations As IJobsOperations, resourceGroupName As String, jobName As String)

パラメーター

operations
IJobsOperations

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

resourceGroupName
String

リソース グループ名

jobName
String

指定したリソース グループ内のジョブ リソースの名前。 ジョブ名の長さは 3 ~ 24 文字で、英数字とアンダースコアのみを使用する必要があります

適用対象