VMwareCbtSecurityProfileProperties Class
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.
VMwareCbt security profile input.
public class VMwareCbtSecurityProfileProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtSecurityProfileProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtSecurityProfileProperties>
type VMwareCbtSecurityProfileProperties = class
interface IJsonModel<VMwareCbtSecurityProfileProperties>
interface IPersistableModel<VMwareCbtSecurityProfileProperties>
Public Class VMwareCbtSecurityProfileProperties
Implements IJsonModel(Of VMwareCbtSecurityProfileProperties), IPersistableModel(Of VMwareCbtSecurityProfileProperties)
- Inheritance
-
VMwareCbtSecurityProfileProperties
- Implements
Constructors
VMwareCbtSecurityProfileProperties() |
Initializes a new instance of VMwareCbtSecurityProfileProperties. |
Properties
IsTargetVmConfidentialEncryptionEnabled |
A value indicating whether confidential compute encryption to be enabled. |
IsTargetVmIntegrityMonitoringEnabled |
A value indicating whether integrity monitoring to be enabled. |
IsTargetVmSecureBootEnabled |
A value indicating whether secure boot to be enabled. |
IsTargetVmTpmEnabled |
A value indicating whether trusted platform module to be enabled. |
TargetVmSecurityType |
The target VM security type. |
Explicit Interface Implementations
IJsonModel<VMwareCbtSecurityProfileProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<VMwareCbtSecurityProfileProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<VMwareCbtSecurityProfileProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<VMwareCbtSecurityProfileProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<VMwareCbtSecurityProfileProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET