次の方法で共有


AutomationAccountResource.GetAutomationJobScheduleAsync メソッド

定義

ジョブ スケジュール名で識別されるジョブ スケジュールを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobSchedules/{jobScheduleId}
  • 操作IdJobSchedule_Get
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))

パラメーター

jobScheduleId
Guid

ジョブ スケジュール名。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象