Uses of Class
com.azure.resourcemanager.search.models.IdentityType
-
Packages that use IdentityType Package Description com.azure.resourcemanager.search.models 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 IdentityType Modifier and Type Method Description static IdentityTypeIdentityType. fromString(String value)Parses a serialized value to a IdentityType instance.IdentityTypeIdentity. type()Get the type property: The identity type.static IdentityTypeIdentityType. valueOf(String name)Returns 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 IdentityType Modifier and Type Method Description IdentityIdentity. withType(IdentityType type)Set the type property: The identity type.
-