AlertProperties Constructors
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.
Overloads
AlertProperties() |
Initializes a new instance of the AlertProperties class. |
AlertProperties(Essentials, Object, Object) |
Initializes a new instance of the AlertProperties class. |
AlertProperties()
Initializes a new instance of the AlertProperties class.
public AlertProperties();
Public Sub New ()
Applies to
AlertProperties(Essentials, Object, Object)
Initializes a new instance of the AlertProperties class.
public AlertProperties(Microsoft.Azure.Management.AlertsManagement.Models.Essentials essentials = default, object context = default, object egressConfig = default);
new Microsoft.Azure.Management.AlertsManagement.Models.AlertProperties : Microsoft.Azure.Management.AlertsManagement.Models.Essentials * obj * obj -> Microsoft.Azure.Management.AlertsManagement.Models.AlertProperties
Public Sub New (Optional essentials As Essentials = Nothing, Optional context As Object = Nothing, Optional egressConfig As Object = Nothing)
Parameters
- essentials
- Essentials
- context
- Object
- egressConfig
- Object
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