KeyVaultAndSecretReference 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
KeyVaultAndSecretReference() |
Initializes a new instance of the KeyVaultAndSecretReference class. |
KeyVaultAndSecretReference(SourceVault, String) |
Initializes a new instance of the KeyVaultAndSecretReference class. |
KeyVaultAndSecretReference()
Initializes a new instance of the KeyVaultAndSecretReference class.
public KeyVaultAndSecretReference ();
Public Sub New ()
Applies to
KeyVaultAndSecretReference(SourceVault, String)
Initializes a new instance of the KeyVaultAndSecretReference class.
public KeyVaultAndSecretReference (Microsoft.Azure.Management.Compute.Models.SourceVault sourceVault, string secretUrl);
new Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference : Microsoft.Azure.Management.Compute.Models.SourceVault * string -> Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference
Public Sub New (sourceVault As SourceVault, secretUrl As String)
Parameters
- sourceVault
- SourceVault
Resource id of the KeyVault containing the key or secret
- secretUrl
- String
Url pointing to a key or secret in KeyVault