Partager via


AutomationAccountResource.GetAutomationJobSchedule 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 Azure.Response<Azure.ResourceManager.Automation.AutomationJobScheduleResource> GetAutomationJobSchedule (Guid jobScheduleId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAutomationJobSchedule : Guid * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Automation.AutomationJobScheduleResource>
override this.GetAutomationJobSchedule : Guid * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Automation.AutomationJobScheduleResource>
Public Overridable Function GetAutomationJobSchedule (jobScheduleId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AutomationJobScheduleResource)

Paramètres

jobScheduleId
Guid

Nom de la planification du travail.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

S’applique à