Udostępnij za pośrednictwem


SiteRecoveryAlertCollection.CreateOrUpdate 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryAlertResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string alertSettingName, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryAlertCreateOrUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryAlertCreateOrUpdateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryAlertResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryAlertCreateOrUpdateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryAlertResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, alertSettingName As String, content As SiteRecoveryAlertCreateOrUpdateContent, Optional cancellationToken As CancellationToken = Nothing) As 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