ReplicationUsage 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
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.
The authentication type of recovery service providers in the vault.