ContainerGroupEncryptionProperties 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 container group encryption properties.
public class ContainerGroupEncryptionProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerInstance.Models.ContainerGroupEncryptionProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerInstance.Models.ContainerGroupEncryptionProperties>
type ContainerGroupEncryptionProperties = class
interface IJsonModel<ContainerGroupEncryptionProperties>
interface IPersistableModel<ContainerGroupEncryptionProperties>
Public Class ContainerGroupEncryptionProperties
Implements IJsonModel(Of ContainerGroupEncryptionProperties), IPersistableModel(Of ContainerGroupEncryptionProperties)
- Inheritance
-
ContainerGroupEncryptionProperties
- Implements
Constructors
ContainerGroupEncryptionProperties(Uri, String, String) |
Initializes a new instance of ContainerGroupEncryptionProperties. |
Properties
Identity |
The keyvault managed identity. |
KeyName |
The encryption key name. |
KeyVersion |
The encryption key version. |
VaultBaseUri |
The keyvault base url. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ContainerGroupEncryptionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ContainerGroupEncryptionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ContainerGroupEncryptionProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ContainerGroupEncryptionProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ContainerGroupEncryptionProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET