ArmSearchModelFactory.SearchDataIdentity(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.
public static Azure.ResourceManager.Search.Models.SearchDataIdentity SearchDataIdentity(string odataType = default);
static member SearchDataIdentity : string -> Azure.ResourceManager.Search.Models.SearchDataIdentity
Public Shared Function SearchDataIdentity (Optional odataType As String = Nothing) As SearchDataIdentity
Parameters
- odataType
- String
A URI fragment specifying the type of identity.
Returns
A new SearchDataIdentity instance for mocking.