ArmRecoveryServicesSiteRecoveryModelFactory.SiteRecoveryAlertProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of SiteRecoveryAlertProperties.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryAlertProperties SiteRecoveryAlertProperties (string sendToOwners = default, System.Collections.Generic.IEnumerable<string> customEmailAddresses = default, string locale = default);
static member SiteRecoveryAlertProperties : string * seq<string> * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryAlertProperties
Public Shared Function SiteRecoveryAlertProperties (Optional sendToOwners As String = Nothing, Optional customEmailAddresses As IEnumerable(Of String) = Nothing, Optional locale As String = Nothing) As SiteRecoveryAlertProperties
Parameters
- sendToOwners
- String
A value indicating whether to send email to subscription administrator.
- customEmailAddresses
- IEnumerable<String>
The custom email address for sending emails.
- locale
- String
The locale for the email notification.
Returns
A new SiteRecoveryAlertProperties instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET