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

ActionGroupsOperationsExtensions.Update 方法

定义

汇报现有操作组的标记。 若要更新其他字段,请使用 CreateOrUpdate 方法。

public static Microsoft.Azure.Management.Monitor.Models.ActionGroupResource Update (this Microsoft.Azure.Management.Monitor.IActionGroupsOperations operations, string resourceGroupName, string actionGroupName, Microsoft.Azure.Management.Monitor.Models.ActionGroupPatchBody actionGroupPatch);
static member Update : Microsoft.Azure.Management.Monitor.IActionGroupsOperations * string * string * Microsoft.Azure.Management.Monitor.Models.ActionGroupPatchBody -> Microsoft.Azure.Management.Monitor.Models.ActionGroupResource
<Extension()>
Public Function Update (operations As IActionGroupsOperations, resourceGroupName As String, actionGroupName As String, actionGroupPatch As ActionGroupPatchBody) As ActionGroupResource

参数

operations
IActionGroupsOperations

此扩展方法的操作组。

resourceGroupName
String

资源组的名称。 此名称不区分大小写。

actionGroupName
String

操作组的名称。

actionGroupPatch
ActionGroupPatchBody

提供给操作的参数。

返回

适用于