你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagementGroupsOperationsExtensions.BeginCreateOrUpdate 方法

定义

创建或更新管理组。 如果已创建管理组,并且发出具有不同属性的后续创建请求,则会更新管理组属性。

public static object BeginCreateOrUpdate (this Microsoft.Azure.Management.ManagementGroups.IManagementGroupsOperations operations, string groupId, Microsoft.Azure.Management.ManagementGroups.Models.CreateManagementGroupRequest createManagementGroupRequest, string cacheControl = "no-cache");
static member BeginCreateOrUpdate : Microsoft.Azure.Management.ManagementGroups.IManagementGroupsOperations * string * Microsoft.Azure.Management.ManagementGroups.Models.CreateManagementGroupRequest * string -> obj
<Extension()>
Public Function BeginCreateOrUpdate (operations As IManagementGroupsOperations, groupId As String, createManagementGroupRequest As CreateManagementGroupRequest, Optional cacheControl As String = "no-cache") As Object

参数

operations
IManagementGroupsOperations

此扩展方法的操作组。

groupId
String

管理组 ID。

createManagementGroupRequest
CreateManagementGroupRequest

管理组创建参数。

cacheControl
String

指示请求是否应利用任何缓存。 使用“no-cache”值填充标头以绕过现有缓存。

返回

适用于