Uses of Class
com.azure.resourcemanager.search.models.Identity
-
Packages that use Identity Package Description com.azure.resourcemanager.search.fluent.models Package containing the inner data models for SearchManagementClient.com.azure.resourcemanager.search.models Package containing the data models for SearchManagementClient. -
-
Uses of Identity in com.azure.resourcemanager.search.fluent.models
Methods in com.azure.resourcemanager.search.fluent.models that return Identity Modifier and Type Method Description IdentitySearchServiceInner. identity()Get the identity property: The identity of the resource.Methods in com.azure.resourcemanager.search.fluent.models with parameters of type Identity Modifier and Type Method Description SearchServiceInnerSearchServiceInner. withIdentity(Identity identity)Set the identity property: The identity of the resource. -
Uses of Identity in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return Identity Modifier and Type Method Description IdentitySearchServiceUpdate. identity()Get the identity property: The identity of the resource.IdentityIdentity. withType(IdentityType type)Set the type property: The identity type.Methods in com.azure.resourcemanager.search.models with parameters of type Identity Modifier and Type Method Description SearchServiceUpdateSearchServiceUpdate. withIdentity(Identity identity)Set the identity property: The identity of the resource.
-