Partager via


AutomationAccountResource.GetAutomationScheduleAsync Méthode

Définition

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

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

Paramètres

scheduleName
String

Nom de la planification.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

scheduleName est une chaîne vide et devait être non vide.

scheduleName a la valeur null.

S’applique à