VMwareCbtSecurityProfileProperties 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
VMwareCbtSecurityProfileProperties() |
Initializes a new instance of the VMwareCbtSecurityProfileProperties class. |
VMwareCbtSecurityProfileProperties(String, String, String, String, String) |
Initializes a new instance of the VMwareCbtSecurityProfileProperties class. |
VMwareCbtSecurityProfileProperties()
Initializes a new instance of the VMwareCbtSecurityProfileProperties class.
public VMwareCbtSecurityProfileProperties ();
Public Sub New ()
Applies to
VMwareCbtSecurityProfileProperties(String, String, String, String, String)
Initializes a new instance of the VMwareCbtSecurityProfileProperties class.
public VMwareCbtSecurityProfileProperties (string targetVMSecurityType = default, string isTargetVMSecureBootEnabled = default, string isTargetVMTpmEnabled = default, string isTargetVMIntegrityMonitoringEnabled = default, string isTargetVMConfidentialEncryptionEnabled = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VMwareCbtSecurityProfileProperties : string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VMwareCbtSecurityProfileProperties
Public Sub New (Optional targetVMSecurityType As String = Nothing, Optional isTargetVMSecureBootEnabled As String = Nothing, Optional isTargetVMTpmEnabled As String = Nothing, Optional isTargetVMIntegrityMonitoringEnabled As String = Nothing, Optional isTargetVMConfidentialEncryptionEnabled As String = Nothing)
Parameters
- targetVMSecurityType
- String
The target VM security type. Possible values include: 'None', 'TrustedLaunch', 'ConfidentialVM'
- isTargetVMSecureBootEnabled
- String
A value indicating whether secure boot to be enabled.
- isTargetVMTpmEnabled
- String
A value indicating whether trusted platform module to be enabled.
- isTargetVMIntegrityMonitoringEnabled
- String
A value indicating whether integrity monitoring to be enabled.
- isTargetVMConfidentialEncryptionEnabled
- String
A value indicating whether confidential compute encryption to be enabled.