JobCollectionOperationsExtensions.Get Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retreive a job collection.
public static Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionGetResponse Get (this Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations operations, string cloudServiceName, string jobCollectionName);
static member Get : Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations * string * string -> Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionGetResponse
<Extension()>
Public Function Get (operations As IJobCollectionOperations, cloudServiceName As String, jobCollectionName As String) As JobCollectionGetResponse
Parameters
- operations
- IJobCollectionOperations
Reference to the Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.
- cloudServiceName
- String
Required. Name of the cloud service.
- jobCollectionName
- String
Required. Name of the job collection.
Returns
The Get Job Collection operation response.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET