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.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET