IsolatedVmAttestationConfiguration Class

Definition

Attestation configurations for isolated VM (e.g. TVM, CVM) of the cluster.

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

Properties

AttestationResourceId

Fully qualified Azure resource id of the Microsoft Azure attestation resource associated with this cluster.

AttestationServiceEndpoint

Region specific endpoint for Microsoft Azure Attestation service for the cluster.

RelyingPartyServiceEndpoint

Region specific endpoint for relying party service.

Explicit Interface Implementations

IJsonModel<IsolatedVmAttestationConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IsolatedVmAttestationConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IsolatedVmAttestationConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IsolatedVmAttestationConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IsolatedVmAttestationConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to