VaultHealthDetails 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
VaultHealthDetails() |
Initializes a new instance of the VaultHealthDetails class. |
VaultHealthDetails(String, String, String, String, VaultHealthProperties) |
Initializes a new instance of the VaultHealthDetails class. |
VaultHealthDetails()
Initializes a new instance of the VaultHealthDetails class.
public VaultHealthDetails ();
Public Sub New ()
Applies to
VaultHealthDetails(String, String, String, String, VaultHealthProperties)
Initializes a new instance of the VaultHealthDetails class.
public VaultHealthDetails (string id = default, string name = default, string type = default, string location = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VaultHealthProperties properties = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VaultHealthDetails : string * string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VaultHealthProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VaultHealthDetails
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional properties As VaultHealthProperties = Nothing)
Parameters
- id
- String
Resource Id
- name
- String
Resource Name
- type
- String
Resource Type
- location
- String
Resource Location
- properties
- VaultHealthProperties
The vault health related data.