VaultHealthProperties 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
VaultHealthProperties() |
Initializes a new instance of the VaultHealthProperties class. |
VaultHealthProperties(IList<HealthError>, ResourceHealthSummary, ResourceHealthSummary, ResourceHealthSummary) |
Initializes a new instance of the VaultHealthProperties class. |
VaultHealthProperties()
Initializes a new instance of the VaultHealthProperties class.
public VaultHealthProperties ();
Public Sub New ()
Applies to
VaultHealthProperties(IList<HealthError>, ResourceHealthSummary, ResourceHealthSummary, ResourceHealthSummary)
Initializes a new instance of the VaultHealthProperties class.
public VaultHealthProperties (System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthError> vaultErrors = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ResourceHealthSummary protectedItemsHealth = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ResourceHealthSummary fabricsHealth = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ResourceHealthSummary containersHealth = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VaultHealthProperties : System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthError> * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ResourceHealthSummary * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ResourceHealthSummary * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ResourceHealthSummary -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VaultHealthProperties
Public Sub New (Optional vaultErrors As IList(Of HealthError) = Nothing, Optional protectedItemsHealth As ResourceHealthSummary = Nothing, Optional fabricsHealth As ResourceHealthSummary = Nothing, Optional containersHealth As ResourceHealthSummary = Nothing)
Parameters
- vaultErrors
- IList<HealthError>
The list of errors on the vault.
- protectedItemsHealth
- ResourceHealthSummary
The list of the health detail of the protected items in the vault.
- fabricsHealth
- ResourceHealthSummary
The list of the health detail of the fabrics in the vault.
- containersHealth
- ResourceHealthSummary
The list of the health detail of the containers in the vault.