Share via


ReplicationUsage Constructors

Definition

Overloads

ReplicationUsage()

Initializes a new instance of the ReplicationUsage class.

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

Initializes a new instance of the ReplicationUsage class.

ReplicationUsage()

Initializes a new instance of the ReplicationUsage class.

public ReplicationUsage ();
Public Sub New ()

Applies to

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

Initializes a new instance of the ReplicationUsage class.

public ReplicationUsage (Microsoft.Azure.Management.RecoveryServices.Models.MonitoringSummary monitoringSummary = default, Microsoft.Azure.Management.RecoveryServices.Models.JobsSummary jobsSummary = default, int? protectedItemCount = default, int? recoveryPlanCount = default, int? registeredServersCount = default, int? recoveryServicesProviderAuthType = default);
new Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage : Microsoft.Azure.Management.RecoveryServices.Models.MonitoringSummary * Microsoft.Azure.Management.RecoveryServices.Models.JobsSummary * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage
Public Sub New (Optional monitoringSummary As MonitoringSummary = Nothing, Optional jobsSummary As JobsSummary = Nothing, Optional protectedItemCount As Nullable(Of Integer) = Nothing, Optional recoveryPlanCount As Nullable(Of Integer) = Nothing, Optional registeredServersCount As Nullable(Of Integer) = Nothing, Optional recoveryServicesProviderAuthType As Nullable(Of Integer) = Nothing)

Parameters

monitoringSummary
MonitoringSummary

Summary of the replication monitoring data for this vault.

jobsSummary
JobsSummary

Summary of the replication jobs data for this vault.

protectedItemCount
Nullable<Int32>

Number of replication protected items for this vault.

recoveryPlanCount
Nullable<Int32>

Number of replication recovery plans for this vault.

registeredServersCount
Nullable<Int32>

Number of servers registered to this vault.

recoveryServicesProviderAuthType
Nullable<Int32>

The authentication type of recovery service providers in the vault.

Applies to