Share via


IEncryptionProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.EncryptionPropertiesTypeConverter))]
public interface IEncryptionProperties : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.EncryptionPropertiesTypeConverter))>]
type IEncryptionProperties = interface
    interface IJsonSerializable
Public Interface IEncryptionProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Identity

The keyvault managed identity.

KeyName

The encryption key name.

KeyVersion

The encryption key version.

VaultBaseUrl

The keyvault base url.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to