Class SearchIndexerDataUserAssignedIdentity
java.lang.Object
com.azure.search.documents.indexes.models.SearchIndexerDataIdentity
com.azure.search.documents.indexes.models.SearchIndexerDataUserAssignedIdentity
Specifies the identity for a datasource to use.
-
Constructor Summary
ConstructorsConstructorDescriptionSearchIndexerDataUserAssignedIdentity
(String userAssignedIdentity) Creates an instance of SearchIndexerDataUserAssignedIdentity class. -
Method Summary
Modifier and TypeMethodDescriptionGet the userAssignedIdentity property: 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.
-
Constructor Details
-
SearchIndexerDataUserAssignedIdentity
Creates an instance of SearchIndexerDataUserAssignedIdentity class.- Parameters:
userAssignedIdentity
- the userAssignedIdentity value to set.
-
-
Method Details
-
getUserAssignedIdentity
Get the userAssignedIdentity property: 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.- Returns:
- the userAssignedIdentity value.
-