你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DiskEncryptionProperties interface

The disk encryption properties

Properties

encryptionAlgorithm

Algorithm identifier for encryption, default RSA-OAEP.

encryptionAtHost

Indicates whether or not resource disk encryption is enabled.

keyName

Key name that is used for enabling disk encryption.

keyVersion

Specific key version that is used for enabling disk encryption.

msiResourceId

Resource ID of Managed Identity that is used to access the key vault.

vaultUri

Base key vault URI where the customers key is located eg. https://myvault.vault.azure.net

Property Details

encryptionAlgorithm

Algorithm identifier for encryption, default RSA-OAEP.

encryptionAlgorithm?: string

Property Value

string

encryptionAtHost

Indicates whether or not resource disk encryption is enabled.

encryptionAtHost?: boolean

Property Value

boolean

keyName

Key name that is used for enabling disk encryption.

keyName?: string

Property Value

string

keyVersion

Specific key version that is used for enabling disk encryption.

keyVersion?: string

Property Value

string

msiResourceId

Resource ID of Managed Identity that is used to access the key vault.

msiResourceId?: string

Property Value

string

vaultUri

Base key vault URI where the customers key is located eg. https://myvault.vault.azure.net

vaultUri?: string

Property Value

string