次の方法で共有


ActionGroupsOperationsExtensions.CreateOrUpdate メソッド

定義

新しいアクション グループを作成するか、既存のアクション グループを更新します。

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

パラメーター

operations
IActionGroupsOperations

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

resourceGroupName
String

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

actionGroupName
String

アクション グループの名前。

actionGroup
ActionGroupResource

更新プログラムに作成または使用するアクション グループ。

戻り値

適用対象