Share via


MonitoringSummary Constructors

Definition

Overloads

MonitoringSummary()

Initializes a new instance of the MonitoringSummary class.

MonitoringSummary(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the MonitoringSummary class.

MonitoringSummary()

Initializes a new instance of the MonitoringSummary class.

public MonitoringSummary ();
Public Sub New ()

Applies to

MonitoringSummary(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the MonitoringSummary class.

public MonitoringSummary (int? unHealthyVmCount = default, int? unHealthyProviderCount = default, int? eventsCount = default, int? deprecatedProviderCount = default, int? supportedProviderCount = default, int? unsupportedProviderCount = default);
new Microsoft.Azure.Management.RecoveryServices.Models.MonitoringSummary : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.RecoveryServices.Models.MonitoringSummary
Public Sub New (Optional unHealthyVmCount As Nullable(Of Integer) = Nothing, Optional unHealthyProviderCount As Nullable(Of Integer) = Nothing, Optional eventsCount As Nullable(Of Integer) = Nothing, Optional deprecatedProviderCount As Nullable(Of Integer) = Nothing, Optional supportedProviderCount As Nullable(Of Integer) = Nothing, Optional unsupportedProviderCount As Nullable(Of Integer) = Nothing)

Parameters

unHealthyVmCount
Nullable<Int32>

Count of unhealthy VMs.

unHealthyProviderCount
Nullable<Int32>

Count of unhealthy replication providers.

eventsCount
Nullable<Int32>

Count of all critical warnings.

deprecatedProviderCount
Nullable<Int32>

Count of all deprecated recovery service providers.

supportedProviderCount
Nullable<Int32>

Count of all the supported recovery service providers.

unsupportedProviderCount
Nullable<Int32>

Count of all the unsupported recovery service providers.

Applies to