IntegrationRuntimeNodeMonitoringData Class
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.
Monitoring data for integration runtime node.
public class IntegrationRuntimeNodeMonitoringData
type IntegrationRuntimeNodeMonitoringData = class
Public Class IntegrationRuntimeNodeMonitoringData
- Inheritance
-
IntegrationRuntimeNodeMonitoringData
Constructors
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. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection |
AvailableMemoryInMB |
Gets available memory (MB) on the integration runtime node. |
ConcurrentJobsLimit |
Gets maximum concurrent jobs on the integration runtime node. |
ConcurrentJobsRunning |
Gets the number of jobs currently running on the integration runtime node. |
CpuUtilization |
Gets CPU percentage on the integration runtime node. |
MaxConcurrentJobs |
Gets the maximum concurrent jobs in this integration runtime. |
NodeName |
Gets name of the integration runtime node. |
ReceivedBytes |
Gets received bytes on the integration runtime node. |
SentBytes |
Gets sent bytes on the integration runtime node. |
Applies to
Azure SDK for .NET