KeyVaultKeyReference 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
KeyVaultKeyReference() |
Initializes a new instance of the KeyVaultKeyReference class. |
KeyVaultKeyReference(String, SubResource) |
Initializes a new instance of the KeyVaultKeyReference class. |
KeyVaultKeyReference()
Initializes a new instance of the KeyVaultKeyReference class.
public KeyVaultKeyReference ();
Public Sub New ()
Applies to
KeyVaultKeyReference(String, SubResource)
Initializes a new instance of the KeyVaultKeyReference class.
public KeyVaultKeyReference (string keyUrl, Microsoft.Azure.Management.Compute.Models.SubResource sourceVault);
new Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference : string * Microsoft.Azure.Management.Compute.Models.SubResource -> Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference
Public Sub New (keyUrl As String, sourceVault As SubResource)
Parameters
- keyUrl
- String
The URL referencing a key encryption key in Key Vault.
- sourceVault
- SubResource
The relative URL of the Key Vault containing the key.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET