Uses of Enum
com.azure.resourcemanager.search.models.IdentityType
Packages that use IdentityType
Package
Description
Package containing the data models for SearchManagementClient.
-
Uses of IdentityType in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return IdentityTypeModifier and TypeMethodDescriptionstatic IdentityTypeIdentityType.fromString(String value) Parses a serialized value to a IdentityType instance.Identity.type()Get the type property: The identity type.static IdentityTypeReturns the enum constant of this type with the specified name.static IdentityType[]IdentityType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.search.models with parameters of type IdentityTypeModifier and TypeMethodDescriptionIdentity.withType(IdentityType type) Set the type property: The identity type.