次の方法で共有


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

操作に指定されたパラメーター。

戻り値

適用対象