Share via


RecoveryServicesSiteRecoveryExtensions.GetSiteRecoveryAlert Method

Definition

Gets the details of the specified email notification(alert) configuration.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationAlertSettings/{alertSettingName}
  • Operation Id: ReplicationAlertSettings_Get
  • Default Api Version: 2025-01-01
  • Resource: SiteRecoveryAlertResource
<item>MockingTo mock this method, please mock GetSiteRecoveryAlert(String, String, CancellationToken) instead.</item>
public static Azure.Response<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryAlertResource> GetSiteRecoveryAlert(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string resourceName, string alertSettingName, System.Threading.CancellationToken cancellationToken = default);
static member GetSiteRecoveryAlert : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryAlertResource>
<Extension()>
Public Function GetSiteRecoveryAlert (resourceGroupResource As ResourceGroupResource, resourceName As String, alertSettingName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteRecoveryAlertResource)

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

resourceName
String

The name of the recovery services vault.

alertSettingName
String

The name of the email notification configuration.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

resourceGroupResource, resourceName or alertSettingName is null.

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

Applies to