ConfidentialComputeProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |