Uses of Enum
com.azure.resourcemanager.search.models.AadAuthFailureMode
Packages that use AadAuthFailureMode
Package
Description
Package containing the data models for SearchManagementClient.
-
Uses of AadAuthFailureMode in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return AadAuthFailureModeModifier and TypeMethodDescriptionDataPlaneAadOrApiKeyAuthOption.aadAuthFailureMode()Get the aadAuthFailureMode property: Describes what response the data plane API of a search service would send for requests that failed authentication.static AadAuthFailureModeAadAuthFailureMode.fromString(String value) Parses a serialized value to a AadAuthFailureMode instance.static AadAuthFailureModeReturns the enum constant of this type with the specified name.static AadAuthFailureMode[]AadAuthFailureMode.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 AadAuthFailureModeModifier and TypeMethodDescriptionDataPlaneAadOrApiKeyAuthOption.withAadAuthFailureMode(AadAuthFailureMode aadAuthFailureMode) Set the aadAuthFailureMode property: Describes what response the data plane API of a search service would send for requests that failed authentication.