AutomationAccountResource.GetAutomationSchedule 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.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/schedules/{scheduleName}
- IdSchedule_Get d’opération
public virtual Azure.Response<Azure.ResourceManager.Automation.AutomationScheduleResource> GetAutomationSchedule (string scheduleName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAutomationSchedule : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Automation.AutomationScheduleResource>
override this.GetAutomationSchedule : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Automation.AutomationScheduleResource>
Public Overridable Function GetAutomationSchedule (scheduleName As String, Optional cancellationToken As CancellationToken = Nothing) As 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 on s’attendait à ce qu’elle ne soit pas vide.
scheduleName
a la valeur null.