Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 1.83 KB

Get-AzRecoveryServicesAsrAlertSetting.md

File metadata and controls

67 lines (47 loc) · 1.83 KB
external help file Module Name online version schema
Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery.dll-Help.xml
Az.RecoveryServices
2.0.0

Get-AzRecoveryServicesAsrAlertSetting

SYNOPSIS

Gets the configured Azure Site Recovery notification settings for the vault.

SYNTAX

Get-AzRecoveryServicesAsrAlertSetting [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]

DESCRIPTION

The Get-AzRecoveryServicesAsrAlertSetting cmdlet gets the configured Azure Site Recovery notification settings for the vault.

EXAMPLES

Example 1

Get-AzRecoveryServicesAsrAlertSetting
CustomEmailAddress     EmailSubscriptionOwner Locale
------------------     ---------------------- ------
{abcxxxx@xxxx.com} On                     en-US

Get Alert / Notification Setting for Azure Site Recovery.

PARAMETERS

-DefaultProfile

The credentials, account, tenant, and subscription used for communication with azure.

Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
Parameter Sets: (All)
Aliases: AzContext, AzureRmContext, AzureCredential

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAlertSetting

NOTES

RELATED LINKS