Share via


RecoveryServicesSiteRecoverySecurityProfileProperties Class

Definition

Security profile input.

public class RecoveryServicesSiteRecoverySecurityProfileProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryServicesSiteRecoverySecurityProfileProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryServicesSiteRecoverySecurityProfileProperties>
type RecoveryServicesSiteRecoverySecurityProfileProperties = class
    interface IJsonModel<RecoveryServicesSiteRecoverySecurityProfileProperties>
    interface IPersistableModel<RecoveryServicesSiteRecoverySecurityProfileProperties>
Public Class RecoveryServicesSiteRecoverySecurityProfileProperties
Implements IJsonModel(Of RecoveryServicesSiteRecoverySecurityProfileProperties), IPersistableModel(Of RecoveryServicesSiteRecoverySecurityProfileProperties)
Inheritance
RecoveryServicesSiteRecoverySecurityProfileProperties
Implements

Constructors

RecoveryServicesSiteRecoverySecurityProfileProperties()

Initializes a new instance of RecoveryServicesSiteRecoverySecurityProfileProperties.

Properties

TargetVmConfidentialEncryption

A value indicating whether confidential compute encryption to be enabled.

TargetVmMonitoring

A value indicating whether integrity monitoring to be enabled.

TargetVmSecureBoot

A value indicating whether secure boot to be enabled.

TargetVmSecurityType

The target VM security type.

TargetVmTpm

A value indicating whether trusted platform module to be enabled.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RecoveryServicesSiteRecoverySecurityProfileProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RecoveryServicesSiteRecoverySecurityProfileProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RecoveryServicesSiteRecoverySecurityProfileProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecoveryServicesSiteRecoverySecurityProfileProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RecoveryServicesSiteRecoverySecurityProfileProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to