Uses of Class
com.azure.resourcemanager.search.models.DataPlaneAuthOptions
Packages that use DataPlaneAuthOptions
Package
Description
Package containing the inner data models for SearchManagementClient.
Package containing the data models for SearchManagementClient.
-
Uses of DataPlaneAuthOptions in com.azure.resourcemanager.search.fluent.models
Methods in com.azure.resourcemanager.search.fluent.models that return DataPlaneAuthOptionsModifier and TypeMethodDescriptionSearchServiceInner.authOptions()Get the authOptions property: Defines the options for how the data plane API of a search service authenticates requests.SearchServiceProperties.authOptions()Get the authOptions property: Defines the options for how the data plane API of a search service authenticates requests.Methods in com.azure.resourcemanager.search.fluent.models with parameters of type DataPlaneAuthOptionsModifier and TypeMethodDescriptionSearchServiceInner.withAuthOptions(DataPlaneAuthOptions authOptions) Set the authOptions property: Defines the options for how the data plane API of a search service authenticates requests.SearchServiceProperties.withAuthOptions(DataPlaneAuthOptions authOptions) Set the authOptions property: Defines the options for how the data plane API of a search service authenticates requests. -
Uses of DataPlaneAuthOptions in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return DataPlaneAuthOptionsModifier and TypeMethodDescriptionSearchServiceUpdate.authOptions()Get the authOptions property: Defines the options for how the data plane API of a search service authenticates requests.DataPlaneAuthOptions.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.DataPlaneAuthOptions.withApiKeyOnly(Object apiKeyOnly) Set the apiKeyOnly property: Indicates that only the API key can be used for authentication.Methods in com.azure.resourcemanager.search.models with parameters of type DataPlaneAuthOptionsModifier and TypeMethodDescriptionSearchServiceUpdate.withAuthOptions(DataPlaneAuthOptions authOptions) Set the authOptions property: Defines the options for how the data plane API of a search service authenticates requests.