AlertSettingsInner Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
AlertSettingsInner() | |
AlertSettingsInner(AlertEmailNotificationStatus, String, String, String, Nullable<Kind>, String, Nullable<AlertEmailNotificationStatus>, IList<String>) |
AlertSettingsInner()
public AlertSettingsInner ();
Public Sub New ()
Aplica-se a
AlertSettingsInner(AlertEmailNotificationStatus, String, String, String, Nullable<Kind>, String, Nullable<AlertEmailNotificationStatus>, IList<String>)
public AlertSettingsInner (Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertEmailNotificationStatus emailNotification, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.Kind? kind = default, string alertNotificationCulture = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertEmailNotificationStatus? notificationToServiceOwners = default, System.Collections.Generic.IList<string> additionalRecipientEmailList = default);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertSettingsInner : Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertEmailNotificationStatus * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.Kind> * string * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertEmailNotificationStatus> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertSettingsInner
Public Sub New (emailNotification As AlertEmailNotificationStatus, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As Nullable(Of Kind) = Nothing, Optional alertNotificationCulture As String = Nothing, Optional notificationToServiceOwners As Nullable(Of AlertEmailNotificationStatus) = Nothing, Optional additionalRecipientEmailList As IList(Of String) = Nothing)
Parâmetros
- emailNotification
- AlertEmailNotificationStatus
- id
- String
- name
- String
- type
- String
- alertNotificationCulture
- String
- notificationToServiceOwners
- Nullable<AlertEmailNotificationStatus>
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET