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
operations
Type: Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperationsReference to the Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.
cloudServiceName
Type: System.StringRequired. Name of the cloud service.
jobCollectionName
Type: System.StringRequired. 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