ArmNetAppModelFactory.NetAppSecretPasswordKeyVaultPatchProperties Method
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.
public static Azure.ResourceManager.NetApp.Models.NetAppSecretPasswordKeyVaultPatchProperties NetAppSecretPasswordKeyVaultPatchProperties(Uri keyVaultUri = default, string secretName = default);
static member NetAppSecretPasswordKeyVaultPatchProperties : Uri * string -> Azure.ResourceManager.NetApp.Models.NetAppSecretPasswordKeyVaultPatchProperties
Public Shared Function NetAppSecretPasswordKeyVaultPatchProperties (Optional keyVaultUri As Uri = Nothing, Optional secretName As String = Nothing) As NetAppSecretPasswordKeyVaultPatchProperties
Parameters
- keyVaultUri
- Uri
The Uri of KeyVault.
- secretName
- String
The name of KeyVault password secret.
Returns
A new NetAppSecretPasswordKeyVaultPatchProperties instance for mocking.