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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET