ArmRecoveryServicesModelFactory.ReplicationUsage Method
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.
Initializes a new instance of ReplicationUsage.
public static Azure.ResourceManager.RecoveryServices.Models.ReplicationUsage ReplicationUsage (Azure.ResourceManager.RecoveryServices.Models.VaultMonitoringSummary monitoringSummary = default, Azure.ResourceManager.RecoveryServices.Models.ReplicationJobSummary jobsSummary = default, int? protectedItemCount = default, int? recoveryPlanCount = default, int? registeredServersCount = default, int? recoveryServicesProviderAuthType = default);
static member ReplicationUsage : Azure.ResourceManager.RecoveryServices.Models.VaultMonitoringSummary * Azure.ResourceManager.RecoveryServices.Models.ReplicationJobSummary * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.RecoveryServices.Models.ReplicationUsage
Public Shared Function ReplicationUsage (Optional monitoringSummary As VaultMonitoringSummary = Nothing, Optional jobsSummary As ReplicationJobSummary = 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) As ReplicationUsage
Parameters
- monitoringSummary
- VaultMonitoringSummary
Summary of the replication monitoring data for this vault.
- jobsSummary
- ReplicationJobSummary
Summary of the replication jobs data for this vault.
The authentication type of recovery service providers in the vault.
Returns
A new ReplicationUsage instance for mocking.