AlertsMetaData 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
AlertsMetaData() |
Initializes a new instance of the AlertsMetaData class. |
AlertsMetaData(AlertsMetaDataProperties) |
Initializes a new instance of the AlertsMetaData class. |
AlertsMetaData()
Initializes a new instance of the AlertsMetaData class.
public AlertsMetaData ();
Public Sub New ()
Applies to
AlertsMetaData(AlertsMetaDataProperties)
Initializes a new instance of the AlertsMetaData class.
public AlertsMetaData (Microsoft.Azure.Management.AlertsManagement.Models.AlertsMetaDataProperties properties = default);
new Microsoft.Azure.Management.AlertsManagement.Models.AlertsMetaData : Microsoft.Azure.Management.AlertsManagement.Models.AlertsMetaDataProperties -> Microsoft.Azure.Management.AlertsManagement.Models.AlertsMetaData
Public Sub New (Optional properties As AlertsMetaDataProperties = Nothing)
Parameters
- properties
- AlertsMetaDataProperties
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