ArmEdgeOrderModelFactory.EdgeOrderResourceIdentity 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.
Msi identity details of the resource.
public static Azure.ResourceManager.EdgeOrder.Models.EdgeOrderResourceIdentity EdgeOrderResourceIdentity(string type = default, string principalId = default, string tenantId = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.Models.UserAssignedIdentity> userAssignedIdentities = default);
static member EdgeOrderResourceIdentity : string * string * string * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.Models.UserAssignedIdentity> -> Azure.ResourceManager.EdgeOrder.Models.EdgeOrderResourceIdentity
Public Shared Function EdgeOrderResourceIdentity (Optional type As String = Nothing, Optional principalId As String = Nothing, Optional tenantId As String = Nothing, Optional userAssignedIdentities As IDictionary(Of String, UserAssignedIdentity) = Nothing) As EdgeOrderResourceIdentity
Parameters
- type
- String
Identity type.
- principalId
- String
Service Principal Id backing the Msi.
- tenantId
- String
Home Tenant Id.
- userAssignedIdentities
- IDictionary<String,UserAssignedIdentity>
User Assigned Identities.
Returns
A new EdgeOrderResourceIdentity instance for mocking.