Share via


JobCollectionOperationsExtensions.Get Method (IJobCollectionOperations, String, String)

 

Retreive a job collection.

Namespace:   Microsoft.WindowsAzure.Management.Scheduler
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Syntax

public static JobCollectionGetResponse Get(
    this IJobCollectionOperations operations,
    string cloudServiceName,
    string jobCollectionName
)
public:
[ExtensionAttribute]
static JobCollectionGetResponse^ Get(
    IJobCollectionOperations^ operations,
    String^ cloudServiceName,
    String^ jobCollectionName
)
static member Get : 
        operations:IJobCollectionOperations *
        cloudServiceName:string *
        jobCollectionName:string -> JobCollectionGetResponse
<ExtensionAttribute>
Public Shared Function Get (
    operations As IJobCollectionOperations,
    cloudServiceName As String,
    jobCollectionName As String
) As JobCollectionGetResponse

Parameters

  • cloudServiceName
    Type: System.String

    Required. Name of the cloud service.

  • jobCollectionName
    Type: System.String

    Required. Name of the job collection.

Return Value

Type: Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionGetResponse

The Get Job Collection operation response.

See Also

JobCollectionOperationsExtensions Class
Microsoft.WindowsAzure.Management.Scheduler Namespace

Return to top