SearchModelFactory.SearchIndexerDataIdentity(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.
Abstract base type for data identities. Please note this is the abstract base class. The derived classes available for instantiation are: SearchIndexerDataNoneIdentity and SearchIndexerDataUserAssignedIdentity.
public static Azure.Search.Documents.Indexes.Models.SearchIndexerDataIdentity SearchIndexerDataIdentity(string odataType = default);
static member SearchIndexerDataIdentity : string -> Azure.Search.Documents.Indexes.Models.SearchIndexerDataIdentity
Public Shared Function SearchIndexerDataIdentity (Optional odataType As String = Nothing) As SearchIndexerDataIdentity
Parameters
- odataType
- String
A URI fragment specifying the type of identity.
Returns
A new SearchIndexerDataIdentity instance for mocking.