IntegrationRuntimeNodeMonitoringData 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
IntegrationRuntimeNodeMonitoringData() |
Initializes a new instance of the IntegrationRuntimeNodeMonitoringData class. |
IntegrationRuntimeNodeMonitoringData(IDictionary<String,Object>, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Double>, Nullable<Double>) |
Initializes a new instance of the IntegrationRuntimeNodeMonitoringData class. |
IntegrationRuntimeNodeMonitoringData()
Initializes a new instance of the IntegrationRuntimeNodeMonitoringData class.
public IntegrationRuntimeNodeMonitoringData ();
Public Sub New ()
Applies to
IntegrationRuntimeNodeMonitoringData(IDictionary<String,Object>, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Double>, Nullable<Double>)
Initializes a new instance of the IntegrationRuntimeNodeMonitoringData class.
public IntegrationRuntimeNodeMonitoringData (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string nodeName = default, int? availableMemoryInMB = default, int? cpuUtilization = default, int? concurrentJobsLimit = default, int? concurrentJobsRunning = default, int? maxConcurrentJobs = default, double? sentBytes = default, double? receivedBytes = default);
new Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeNodeMonitoringData : System.Collections.Generic.IDictionary<string, obj> * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<double> * Nullable<double> -> Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeNodeMonitoringData
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional nodeName As String = Nothing, Optional availableMemoryInMB As Nullable(Of Integer) = Nothing, Optional cpuUtilization As Nullable(Of Integer) = Nothing, Optional concurrentJobsLimit As Nullable(Of Integer) = Nothing, Optional concurrentJobsRunning As Nullable(Of Integer) = Nothing, Optional maxConcurrentJobs As Nullable(Of Integer) = Nothing, Optional sentBytes As Nullable(Of Double) = Nothing, Optional receivedBytes As Nullable(Of Double) = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- nodeName
- String
Name of the integration runtime node.
The number of jobs currently running on the integration runtime node.
Applies to
Azure SDK for .NET