ArmResourcesModelFactory.ArmApplicationUserAssignedIdentity 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 ArmApplicationUserAssignedIdentity.
public static Azure.ResourceManager.Resources.Models.ArmApplicationUserAssignedIdentity ArmApplicationUserAssignedIdentity (Guid? principalId = default, Guid? tenantId = default);
static member ArmApplicationUserAssignedIdentity : Nullable<Guid> * Nullable<Guid> -> Azure.ResourceManager.Resources.Models.ArmApplicationUserAssignedIdentity
Public Shared Function ArmApplicationUserAssignedIdentity (Optional principalId As Nullable(Of Guid) = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing) As ArmApplicationUserAssignedIdentity
Parameters
Returns
A new ArmApplicationUserAssignedIdentity instance for mocking.