KeyVaultSecretReference 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
KeyVaultSecretReference() | |
KeyVaultSecretReference(String, SubResource) |
KeyVaultSecretReference()
public KeyVaultSecretReference ();
Public Sub New ()
Applies to
KeyVaultSecretReference(String, SubResource)
public KeyVaultSecretReference (string secretUrl, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SubResource sourceVault);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.KeyVaultSecretReference : string * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SubResource -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.KeyVaultSecretReference
Public Sub New (secretUrl As String, sourceVault As SubResource)
Parameters
- secretUrl
- String
- sourceVault
- SubResource