ArmSearchModelFactory.SearchDataUserAssignedIdentity 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.Search.Models.SearchDataUserAssignedIdentity SearchDataUserAssignedIdentity(Azure.Core.ResourceIdentifier userAssignedIdentity = default, string federatedIdentityClientId = default);
static member SearchDataUserAssignedIdentity : Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.Search.Models.SearchDataUserAssignedIdentity
Public Shared Function SearchDataUserAssignedIdentity (Optional userAssignedIdentity As ResourceIdentifier = Nothing, Optional federatedIdentityClientId As String = Nothing) As SearchDataUserAssignedIdentity
Parameters
- userAssignedIdentity
- ResourceIdentifier
The fully qualified Azure resource Id of a user assigned managed identity typically in the form "/subscriptions/12345678-1234-1234-1234-1234567890ab/resourceGroups/rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId" that should have been assigned to the search service.
- federatedIdentityClientId
- String
Optional for Multi-tenant User-Assigned Managed Identity CMK Support: The client id (as a UUID) of the multi-tenant App Registration that has been configured to federate with the userAssignedIdentity.
Returns
A new SearchDataUserAssignedIdentity instance for mocking.