Share via


ContainerGroupEncryptionProperties Class

Definition

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>
public class ContainerGroupEncryptionProperties
type ContainerGroupEncryptionProperties = class
    interface IJsonModel<ContainerGroupEncryptionProperties>
    interface IPersistableModel<ContainerGroupEncryptionProperties>
type ContainerGroupEncryptionProperties = class
Public Class ContainerGroupEncryptionProperties
Implements IJsonModel(Of ContainerGroupEncryptionProperties), IPersistableModel(Of ContainerGroupEncryptionProperties)
Public Class 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.

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