你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AutomationAccountResource.GetAutomationJobSchedule 方法

定义

检索由作业计划名称标识的作业计划。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobSchedules/{jobScheduleId}
  • 操作IdJobSchedule_Get
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)

参数

jobScheduleId
Guid

作业计划名称。

cancellationToken
CancellationToken

要使用的取消标记。

返回

适用于