ArmNetAppModelFactory.NetAppSecretPasswordIdentity(String, String) 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.
Initializes a new instance of NetAppSecretPasswordIdentity.
public static Azure.ResourceManager.NetApp.Models.NetAppSecretPasswordIdentity NetAppSecretPasswordIdentity(string principalId = default, string userAssignedIdentity = default);
static member NetAppSecretPasswordIdentity : string * string -> Azure.ResourceManager.NetApp.Models.NetAppSecretPasswordIdentity
Public Shared Function NetAppSecretPasswordIdentity (Optional principalId As String = Nothing, Optional userAssignedIdentity As String = Nothing) As NetAppSecretPasswordIdentity
Parameters
- principalId
- String
The principal ID (object ID) of the identity used to authenticate with key vault. Read-only.
- userAssignedIdentity
- String
The Azure resource identifier of the user assigned identity used to authenticate with key vault. Applicable if identity.type has 'UserAssigned'. It should match key of identity.userAssignedIdentities.
Returns
A new NetAppSecretPasswordIdentity instance for mocking.