Partager via


ScheduleOperationsExtensions.GetAsync Méthode

Définition

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

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.ScheduleGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.Automation.IScheduleOperations operations, string automationAccount, string scheduleName);
static member GetAsync : Microsoft.WindowsAzure.Management.Automation.IScheduleOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.ScheduleGetResponse>
<Extension()>
Public Function GetAsync (operations As IScheduleOperations, automationAccount As String, scheduleName As String) As Task(Of ScheduleGetResponse)

Paramètres

operations
IScheduleOperations

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

automationAccount
String

Obligatoire. Nom du compte Automation.

scheduleName
String

Obligatoire. Nom de la planification.

Retours

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

S’applique à