次の方法で共有


ManagementGroupResource.Update メソッド

定義

管理グループを更新します。

  • 要求パス/プロバイダー/Microsoft.Management/managementGroups/{groupId}
  • 操作IdManagementGroups_Update
public virtual Azure.Response<Azure.ResourceManager.ManagementGroups.ManagementGroupResource> Update (Azure.ResourceManager.ManagementGroups.Models.ManagementGroupPatch patch, string cacheControl = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.ManagementGroups.Models.ManagementGroupPatch * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ManagementGroups.ManagementGroupResource>
override this.Update : Azure.ResourceManager.ManagementGroups.Models.ManagementGroupPatch * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ManagementGroups.ManagementGroupResource>
Public Overridable Function Update (patch As ManagementGroupPatch, Optional cacheControl As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ManagementGroupResource)

パラメーター

patch
ManagementGroupPatch

管理グループのパッチ パラメーター。

cacheControl
String

要求がキャッシュを利用する必要があるかどうかを示します。 既存のキャッシュをバイパスするには、ヘッダーに "キャッシュなし" 値を設定します。

cancellationToken
CancellationToken

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

戻り値

例外

patch が null です。

適用対象