JobOperationsExtensions.Get Method (IJobOperations, String, String, Guid)

 

Gets the JobInfo object specified by the job ID.

Namespace:   Microsoft.Azure.Management.DataLake.AnalyticsJob
Assembly:  Microsoft.Azure.Management.DataLake.AnalyticsJob (in Microsoft.Azure.Management.DataLake.AnalyticsJob.dll)

Syntax

public static JobInfoGetResponse Get(
    this IJobOperations operations,
    string resourceGroupName,
    string accountName,
    Guid jobIdentity
)
public:
[ExtensionAttribute]
static JobInfoGetResponse^ Get(
    IJobOperations^ operations,
    String^ resourceGroupName,
    String^ accountName,
    Guid jobIdentity
)
static member Get : 
        operations:IJobOperations *
        resourceGroupName:string *
        accountName:string *
        jobIdentity:Guid -> JobInfoGetResponse
<ExtensionAttribute>
Public Shared Function Get (
    operations As IJobOperations,
    resourceGroupName As String,
    accountName As String,
    jobIdentity As Guid
) As JobInfoGetResponse

Parameters

  • resourceGroupName
    Type: System.String

    Required. The name of the resource group.

  • accountName
    Type: System.String

    Required. The name of the Data Lake Analytics account to get the job from

Return Value

Type: Microsoft.Azure.Management.DataLake.AnalyticsJob.Models.JobInfoGetResponse

Data Lake Analytics job information.

See Also

JobOperationsExtensions Class
Microsoft.Azure.Management.DataLake.AnalyticsJob Namespace

Return to top