次の方法で共有


ScalingPlanResource.Update(ScalingPlanPatch, CancellationToken) メソッド

定義

スケーリング プランを更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/scalingPlans/{scalingPlanName}
  • 操作IdScalingPlans_Update
public virtual Azure.Response<Azure.ResourceManager.DesktopVirtualization.ScalingPlanResource> Update (Azure.ResourceManager.DesktopVirtualization.Models.ScalingPlanPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.DesktopVirtualization.Models.ScalingPlanPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DesktopVirtualization.ScalingPlanResource>
override this.Update : Azure.ResourceManager.DesktopVirtualization.Models.ScalingPlanPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DesktopVirtualization.ScalingPlanResource>
Public Overridable Function Update (patch As ScalingPlanPatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ScalingPlanResource)

パラメーター

patch
ScalingPlanPatch

スケーリング プラン定義を含むオブジェクト。

cancellationToken
CancellationToken

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

戻り値

例外

patch が null です。

適用対象