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

DiskEncryptionSettings Constructors

Definition

Overloads

DiskEncryptionSettings()
DiskEncryptionSettings(KeyVaultSecretReference, KeyVaultKeyReference, Nullable<Boolean>)

DiskEncryptionSettings()

public DiskEncryptionSettings ();
Public Sub New ()

Applies to

DiskEncryptionSettings(KeyVaultSecretReference, KeyVaultKeyReference, Nullable<Boolean>)

public DiskEncryptionSettings (Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.KeyVaultSecretReference diskEncryptionKey = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.KeyVaultKeyReference keyEncryptionKey = default, bool? enabled = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.DiskEncryptionSettings : Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.KeyVaultSecretReference * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.KeyVaultKeyReference * Nullable<bool> -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.DiskEncryptionSettings
Public Sub New (Optional diskEncryptionKey As KeyVaultSecretReference = Nothing, Optional keyEncryptionKey As KeyVaultKeyReference = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing)

Parameters

diskEncryptionKey
KeyVaultSecretReference
keyEncryptionKey
KeyVaultKeyReference
enabled
Nullable<Boolean>

Applies to