MonitoringMetricConfiguration 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
MonitoringMetricConfiguration() |
Initializes a new instance of the MonitoringMetricConfiguration class. |
MonitoringMetricConfiguration(IList<MetricConfiguration>, String, String, String, SystemData) |
Initializes a new instance of the MonitoringMetricConfiguration class. |
MonitoringMetricConfiguration()
Initializes a new instance of the MonitoringMetricConfiguration class.
public MonitoringMetricConfiguration ();
Public Sub New ()
Applies to
MonitoringMetricConfiguration(IList<MetricConfiguration>, String, String, String, SystemData)
Initializes a new instance of the MonitoringMetricConfiguration class.
public MonitoringMetricConfiguration (System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.MetricConfiguration> metricConfigurations, string id = default, string name = default, string type = default, Microsoft.Azure.Management.DataBoxEdge.Models.SystemData systemData = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.MonitoringMetricConfiguration : System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.MetricConfiguration> * string * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.SystemData -> Microsoft.Azure.Management.DataBoxEdge.Models.MonitoringMetricConfiguration
Public Sub New (metricConfigurations As IList(Of MetricConfiguration), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing)
Parameters
- metricConfigurations
- IList<MetricConfiguration>
The metrics configuration details
- id
- String
The path ID that uniquely identifies the object.
- name
- String
The object name.
- type
- String
The hierarchical type of the object.
- systemData
- SystemData
MonitoringConfiguration on ASE device
Applies to
Azure SDK for .NET