Partager via


JobScheduleOperationsExtensions.Get Méthode

Définition

Récupérez la planification du travail identifiée par le nom de la planification du travail. (voir http://aka.ms/azureautomationsdk/jobscheduleoperations pour plus d’informations)

public static Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleGetResponse Get(this Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations operations, string automationAccount, Guid jobScheduleName);
static member Get : Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations * string * Guid -> Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleGetResponse
<Extension()>
Public Function Get (operations As IJobScheduleOperations, automationAccount As String, jobScheduleName As Guid) As JobScheduleGetResponse

Paramètres

operations
IJobScheduleOperations

Référence à Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations.

automationAccount
String

Obligatoire. Nom du compte Automation.

jobScheduleName
Guid

Obligatoire. Nom de la planification du travail.

Retours

Modèle de réponse pour l’opération obtenir la planification du travail.

S’applique à