你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

ConfidentialComputeProperties()

Creates an new ConfidentialComputeProperties instance.

Properties

CcePolicy

The base64 encoded confidential compute enforcement policy

Methods

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