Share via


IsolatedVMAttestationConfiguration Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IsolatedVMAttestationConfigurationTypeConverter))]
public class IsolatedVMAttestationConfiguration : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IIsolatedVMAttestationConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IsolatedVMAttestationConfigurationTypeConverter))>]
type IsolatedVMAttestationConfiguration = class
    interface IIsolatedVMAttestationConfiguration
    interface IJsonSerializable
Public Class IsolatedVMAttestationConfiguration
Implements IIsolatedVMAttestationConfiguration
Inheritance
IsolatedVMAttestationConfiguration
Attributes
Implements

Constructors

Name Description
IsolatedVMAttestationConfiguration()

Creates an new IsolatedVMAttestationConfiguration instance.

Properties

Name Description
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.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IsolatedVMAttestationConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IsolatedVMAttestationConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IIsolatedVMAttestationConfiguration.

FromJsonString(String)

Creates a new instance of IsolatedVMAttestationConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of IsolatedVMAttestationConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to