SearchDataIdentity Class
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: SearchDataNoneIdentity and SearchDataUserAssignedIdentity.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Search.Models.UnknownSearchDataIdentity))]
public abstract class SearchDataIdentity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Search.Models.SearchDataIdentity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Search.Models.SearchDataIdentity>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Search.Models.UnknownSearchDataIdentity))>]
type SearchDataIdentity = class
interface IJsonModel<SearchDataIdentity>
interface IPersistableModel<SearchDataIdentity>
Public MustInherit Class SearchDataIdentity
Implements IJsonModel(Of SearchDataIdentity), IPersistableModel(Of SearchDataIdentity)
- Inheritance
-
SearchDataIdentity
- Derived
- Attributes
- Implements