次の方法で共有


RuleOperationsExtensions.CreateOrUpdateAsync メソッド

定義

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

パラメーター

operations
IRuleOperations

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

parameters
RuleCreateOrUpdateParameters

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

戻り値

Task<Microsoft.Azure.AzureOperationResponse>

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

適用対象