ReplicationAlertSettingsOperations interface

Interface representing a ReplicationAlertSettings operations.

Properties

create

Create or update an email notification(alert) configuration.

get

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

list

Gets the list of email notification(alert) configurations for the vault.

Property Details

create

Create or update an email notification(alert) configuration.

create: (resourceGroupName: string, resourceName: string, alertSettingName: string, request: ConfigureAlertRequest, options?: ReplicationAlertSettingsCreateOptionalParams) => Promise<Alert>

Property Value

(resourceGroupName: string, resourceName: string, alertSettingName: string, request: ConfigureAlertRequest, options?: ReplicationAlertSettingsCreateOptionalParams) => Promise<Alert>

get

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

get: (resourceGroupName: string, resourceName: string, alertSettingName: string, options?: ReplicationAlertSettingsGetOptionalParams) => Promise<Alert>

Property Value

(resourceGroupName: string, resourceName: string, alertSettingName: string, options?: ReplicationAlertSettingsGetOptionalParams) => Promise<Alert>

list

Gets the list of email notification(alert) configurations for the vault.

list: (resourceGroupName: string, resourceName: string, options?: ReplicationAlertSettingsListOptionalParams) => PagedAsyncIterableIterator<Alert, Alert[], PageSettings>

Property Value

(resourceGroupName: string, resourceName: string, options?: ReplicationAlertSettingsListOptionalParams) => PagedAsyncIterableIterator<Alert, Alert[], PageSettings>