AutomationJobScheduleCollection.Exists(Guid, CancellationToken) メソッド

定義

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobSchedules/{jobScheduleId}
  • 操作IdJobSchedule_Get
public virtual Azure.Response<bool> Exists (Guid jobScheduleId, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : Guid * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : Guid * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (jobScheduleId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

パラメーター

jobScheduleId
Guid

ジョブ スケジュール名。

cancellationToken
CancellationToken

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

戻り値

適用対象