NetAppSecretPasswordKeyVaultPatchProperties 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
| Name | Description |
|---|---|
| NetAppSecretPasswordKeyVaultPatchProperties() |
Initializes a new instance of NetAppSecretPasswordKeyVaultPatchProperties. |
| NetAppSecretPasswordKeyVaultPatchProperties(Uri, String) |
Initializes a new instance of NetAppSecretPasswordKeyVaultPatchProperties. |
NetAppSecretPasswordKeyVaultPatchProperties()
Initializes a new instance of NetAppSecretPasswordKeyVaultPatchProperties.
public NetAppSecretPasswordKeyVaultPatchProperties();
Public Sub New ()
Applies to
NetAppSecretPasswordKeyVaultPatchProperties(Uri, String)
Initializes a new instance of NetAppSecretPasswordKeyVaultPatchProperties.
public NetAppSecretPasswordKeyVaultPatchProperties(Uri keyVaultUri, string secretName);
new Azure.ResourceManager.NetApp.Models.NetAppSecretPasswordKeyVaultPatchProperties : Uri * string -> Azure.ResourceManager.NetApp.Models.NetAppSecretPasswordKeyVaultPatchProperties
Public Sub New (keyVaultUri As Uri, secretName As String)
Parameters
- keyVaultUri
- Uri
The Uri of KeyVault.
- secretName
- String
The name of KeyVault password secret.
Exceptions
keyVaultUri or secretName is null.