Udostępnij za pośrednictwem


SiteRecoveryAlertCollection.GetAsync(String, CancellationToken) 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: 2023-08-01
  • Resource: SiteRecoveryAlertResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryAlertResource>> GetAsync (string alertSettingName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryAlertResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryAlertResource>>
Public Overridable Function GetAsync (alertSettingName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteRecoveryAlertResource))

Parameters

alertSettingName
String

The name of the email notification configuration.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

alertSettingName is null.

Applies to