共用方式為


SiteRecoveryAlertCollection.CreateOrUpdateAsync Method

Definition

Create or update an email notification(alert) configuration.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationAlertSettings/{alertSettingName}
  • Operation Id: ReplicationAlertSettings_Create
  • Default Api Version: 2023-08-01
  • Resource: SiteRecoveryAlertResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryAlertResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string alertSettingName, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryAlertCreateOrUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryAlertCreateOrUpdateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryAlertResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryAlertCreateOrUpdateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryAlertResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, alertSettingName As String, content As SiteRecoveryAlertCreateOrUpdateContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of SiteRecoveryAlertResource))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

alertSettingName
String

The name of the email notification(alert) configuration.

content
SiteRecoveryAlertCreateOrUpdateContent

The input to configure the email notification(alert).

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

alertSettingName is an empty string, and was expected to be non-empty.

alertSettingName or content is null.

Applies to