VirtualMachineEncryptionConfiguration<T> Constructors
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.
Overloads
VirtualMachineEncryptionConfiguration<T>(String) |
Creates VirtualMachineEncryptionConfiguration. |
VirtualMachineEncryptionConfiguration<T>(String, String, String) |
Creates VirtualMachineEncryptionConfiguration. |
VirtualMachineEncryptionConfiguration<T>(String)
Creates VirtualMachineEncryptionConfiguration.
protected VirtualMachineEncryptionConfiguration (string keyVaultId);
new Microsoft.Azure.Management.Compute.Fluent.VirtualMachineEncryptionConfiguration<'T (requires 'T :> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineEncryptionConfiguration<'T>)> : string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineEncryptionConfiguration<'T (requires 'T :> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineEncryptionConfiguration<'T>)>
Protected Sub New (keyVaultId As String)
Parameters
- keyVaultId
- String
Resource id of the key vault to store the disk encryption key.
Applies to
VirtualMachineEncryptionConfiguration<T>(String, String, String)
Creates VirtualMachineEncryptionConfiguration.
protected VirtualMachineEncryptionConfiguration (string keyVaultId, string aadClientId, string aadSecret);
new Microsoft.Azure.Management.Compute.Fluent.VirtualMachineEncryptionConfiguration<'T (requires 'T :> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineEncryptionConfiguration<'T>)> : string * string * string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineEncryptionConfiguration<'T (requires 'T :> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineEncryptionConfiguration<'T>)>
Protected Sub New (keyVaultId As String, aadClientId As String, aadSecret As String)
Parameters
- keyVaultId
- String
Resource id of the key vault to store the disk encryption key.
- aadClientId
- String
AAD application client id to access the key vault.
- aadSecret
- String
AAD application client secret to access the key vault.
Applies to
Azure SDK for .NET