次の方法で共有


RuleOperationsExtensions.CreateOrUpdate メソッド

定義

public static Microsoft.Azure.AzureOperationResponse CreateOrUpdate(this Microsoft.WindowsAzure.Management.Monitoring.Alerts.IRuleOperations operations, Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.RuleCreateOrUpdateParameters parameters);
static member CreateOrUpdate : Microsoft.WindowsAzure.Management.Monitoring.Alerts.IRuleOperations * Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.RuleCreateOrUpdateParameters -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function CreateOrUpdate (operations As IRuleOperations, parameters As RuleCreateOrUpdateParameters) As AzureOperationResponse

パラメーター

operations
IRuleOperations

Microsoft.WindowsAzure.Management.Monitoring.Alerts.IRuleOperations への参照。

parameters
RuleCreateOrUpdateParameters

必須です。 作成または更新するルール。

戻り値

Microsoft.Azure.AzureOperationResponse

HTTP 状態コードと要求 ID を含む標準のサービス応答。

適用対象