次の方法で共有


CustomLocationResource.Update(CustomLocationPatch, CancellationToken) メソッド

定義

指定したリソース グループとサブスクリプションで、指定したリソース名を持つカスタムの場所を更新します。

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

パラメーター

patch
CustomLocationPatch

既存のカスタムの場所の更新可能なフィールド。

cancellationToken
CancellationToken

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

戻り値

例外

patch が null です。

適用対象