Uses of Class
com.azure.resourcemanager.search.models.DataPlaneAadOrApiKeyAuthOption
Packages that use DataPlaneAadOrApiKeyAuthOption
Package
Description
Package containing the data models for SearchManagementClient.
-
Uses of DataPlaneAadOrApiKeyAuthOption in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return DataPlaneAadOrApiKeyAuthOptionModifier and TypeMethodDescriptionDataPlaneAuthOptions.aadOrApiKey()Get the aadOrApiKey property: Indicates that either the API key or an access token from a Microsoft Entra ID tenant can be used for authentication.DataPlaneAadOrApiKeyAuthOption.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.Methods in com.azure.resourcemanager.search.models with parameters of type DataPlaneAadOrApiKeyAuthOptionModifier and TypeMethodDescriptionDataPlaneAuthOptions.withAadOrApiKey(DataPlaneAadOrApiKeyAuthOption aadOrApiKey) Set the aadOrApiKey property: Indicates that either the API key or an access token from a Microsoft Entra ID tenant can be used for authentication.