Partager via


AutomationAccountResource.GetAutomationJobScheduleAsync Méthode

Définition

Récupérez la planification du travail identifiée par le nom de la planification du travail.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobSchedules/{jobScheduleId}
  • IdJobSchedule_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.AutomationJobScheduleResource>> GetAutomationJobScheduleAsync (Guid jobScheduleId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAutomationJobScheduleAsync : Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.AutomationJobScheduleResource>>
override this.GetAutomationJobScheduleAsync : Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.AutomationJobScheduleResource>>
Public Overridable Function GetAutomationJobScheduleAsync (jobScheduleId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AutomationJobScheduleResource))

Paramètres

jobScheduleId
Guid

Nom de la planification du travail.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

S’applique à