Compartir a través de


ConfidentialComputeProperties Class

Definition

The properties for confidential container group

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.ConfidentialComputePropertiesTypeConverter))]
public class ConfidentialComputeProperties : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IConfidentialComputeProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.ConfidentialComputePropertiesTypeConverter))>]
type ConfidentialComputeProperties = class
    interface IConfidentialComputeProperties
    interface IJsonSerializable
Public Class ConfidentialComputeProperties
Implements IConfidentialComputeProperties
Inheritance
ConfidentialComputeProperties
Attributes
Implements

Constructors

Name Description
ConfidentialComputeProperties()

Creates an new ConfidentialComputeProperties instance.

Properties

Name Description
CcePolicy

The base64 encoded confidential compute enforcement policy

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConfidentialComputeProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConfidentialComputeProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IConfidentialComputeProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConfidentialComputeProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to