ScheduleOperationsExtensions.GetAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET