ArmNetAppModelFactory.NetAppSecretPasswordKeyVaultPatchProperties Method

Definition

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.

Applies to