Sdílet prostřednictvím


JobsOperationsExtensions.Get(IJobsOperations, String, String, String) Method

Definition

Gets information about the specified job.

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

Parameters

operations
IJobsOperations

The operations group for this extension method.

resourceGroupName
String

The Resource Group Name

jobName
String

The name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only

expand
String

$expand is supported on details parameter for job, which provides details on the job stages.

Returns

Applies to