Uses of Class
com.azure.resourcemanager.containerinstance.models.ConfidentialComputeProperties
Packages that use ConfidentialComputeProperties
Package
Description
Package containing the inner data models for ContainerInstanceManagementClient.
null.
Package containing the data models for ContainerInstanceManagementClient.
null.
-
Uses of ConfidentialComputeProperties in com.azure.resourcemanager.containerinstance.fluent.models
Methods in com.azure.resourcemanager.containerinstance.fluent.models that return ConfidentialComputePropertiesModifier and TypeMethodDescriptionContainerGroupInner.confidentialComputeProperties()Get the confidentialComputeProperties property: The properties for confidential container group.ContainerGroupProperties.confidentialComputeProperties()Get the confidentialComputeProperties property: The properties for confidential container group.Methods in com.azure.resourcemanager.containerinstance.fluent.models with parameters of type ConfidentialComputePropertiesModifier and TypeMethodDescriptionContainerGroupInner.withConfidentialComputeProperties(ConfidentialComputeProperties confidentialComputeProperties) Set the confidentialComputeProperties property: The properties for confidential container group.ContainerGroupProperties.withConfidentialComputeProperties(ConfidentialComputeProperties confidentialComputeProperties) Set the confidentialComputeProperties property: The properties for confidential container group. -
Uses of ConfidentialComputeProperties in com.azure.resourcemanager.containerinstance.models
Classes in com.azure.resourcemanager.containerinstance.models that implement interfaces with type arguments of type ConfidentialComputePropertiesModifier and TypeClassDescriptionfinal classThe properties for confidential container group.Methods in com.azure.resourcemanager.containerinstance.models that return ConfidentialComputePropertiesModifier and TypeMethodDescriptionConfidentialComputeProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConfidentialComputeProperties from the JsonReader.ConfidentialComputeProperties.withCcePolicy(String ccePolicy) Set the ccePolicy property: The base64 encoded confidential compute enforcement policy.