次の方法で共有


ScalingPlanResource.GetScalingPlanPooledScheduleAsync メソッド

定義

ScalingPlanPooledSchedule を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/scalingPlans/{scalingPlanName}/pooledSchedules/{scalingPlanScheduleName}
  • 操作IdScalingPlanPooledSchedules_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DesktopVirtualization.ScalingPlanPooledScheduleResource>> GetScalingPlanPooledScheduleAsync (string scalingPlanScheduleName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetScalingPlanPooledScheduleAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DesktopVirtualization.ScalingPlanPooledScheduleResource>>
override this.GetScalingPlanPooledScheduleAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DesktopVirtualization.ScalingPlanPooledScheduleResource>>
Public Overridable Function GetScalingPlanPooledScheduleAsync (scalingPlanScheduleName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ScalingPlanPooledScheduleResource))

パラメーター

scalingPlanScheduleName
String

ScalingPlanSchedule の名前。

cancellationToken
CancellationToken

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

戻り値

例外

scalingPlanScheduleName は空の文字列であり、空でないと想定されていました。

scalingPlanScheduleName が null です。

適用対象