次の方法で共有


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

定義

指定したジョブに関する情報を取得します。

public static Microsoft.Azure.Management.DataBox.Models.JobResource Get(this Microsoft.Azure.Management.DataBox.IJobsOperations operations, string resourceGroupName, string jobName, string expand = default);
static member Get : Microsoft.Azure.Management.DataBox.IJobsOperations * string * string * string -> Microsoft.Azure.Management.DataBox.Models.JobResource
<Extension()>
Public Function Get (operations As IJobsOperations, resourceGroupName As String, jobName As String, Optional expand As String = Nothing) As JobResource

パラメーター

operations
IJobsOperations

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

resourceGroupName
String

リソース グループ名

jobName
String

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

expand
String

$expandは、ジョブステージの詳細を提供するジョブの details パラメーターでサポートされています。

戻り値

適用対象