ResourceGroupsOperationsExtensions.Update メソッド

定義

リソース グループを更新します。

public static Microsoft.Azure.Management.ResourceManager.Models.ResourceGroup Update (this Microsoft.Azure.Management.ResourceManager.IResourceGroupsOperations operations, string resourceGroupName, Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupPatchable parameters);
static member Update : Microsoft.Azure.Management.ResourceManager.IResourceGroupsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupPatchable -> Microsoft.Azure.Management.ResourceManager.Models.ResourceGroup
<Extension()>
Public Function Update (operations As IResourceGroupsOperations, resourceGroupName As String, parameters As ResourceGroupPatchable) As ResourceGroup

パラメーター

operations
IResourceGroupsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

更新するリソース グループの名前。 名前の大文字と小文字は区別されます。

parameters
ResourceGroupPatchable

リソース グループを更新するために指定されたパラメーター。

戻り値

注釈

リソース グループは、グループのアドレスに対する単純な PATCH 操作で更新できます。 要求の形式は、リソース グループを作成する場合と同じです。 フィールドが指定されていない場合、現在の値は保持されます。

適用対象