JobScheduleOperationsExtensions.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.
Surcharges
GetAsync(IJobScheduleOperations, String, String, Guid, CancellationToken) |
Récupérez la planification du travail identifiée par le nom de la planification du travail. http://aka.ms/azureautomationsdk/jobscheduleoperations |
GetAsync(IJobScheduleOperations, String, String, Guid) |
GetAsync(IJobScheduleOperations, String, String, Guid, CancellationToken)
Récupérez la planification du travail identifiée par le nom de la planification du travail. http://aka.ms/azureautomationsdk/jobscheduleoperations
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobSchedule> GetAsync (this Microsoft.Azure.Management.Automation.IJobScheduleOperations operations, string resourceGroupName, string automationAccountName, Guid jobScheduleId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Automation.IJobScheduleOperations * string * string * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobSchedule>
<Extension()>
Public Function GetAsync (operations As IJobScheduleOperations, resourceGroupName As String, automationAccountName As String, jobScheduleId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of JobSchedule)
Paramètres
- operations
- IJobScheduleOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom d’un groupe de ressources Azure.
- automationAccountName
- String
Nom du compte Automation.
- jobScheduleId
- Guid
Nom de la planification du travail.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
GetAsync(IJobScheduleOperations, String, String, Guid)
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobScheduleGetResponse> GetAsync (this Microsoft.Azure.Management.Automation.IJobScheduleOperations operations, string resourceGroupName, string automationAccount, Guid jobScheduleName);
static member GetAsync : Microsoft.Azure.Management.Automation.IJobScheduleOperations * string * string * Guid -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobScheduleGetResponse>
<Extension()>
Public Function GetAsync (operations As IJobScheduleOperations, resourceGroupName As String, automationAccount As String, jobScheduleName As Guid) As Task(Of JobScheduleGetResponse)
Paramètres
- operations
- IJobScheduleOperations
- resourceGroupName
- String
- automationAccount
- String
- jobScheduleName
- Guid
Retours
S’applique à
Azure SDK for .NET