Uses of Class
com.azure.resourcemanager.apimanagement.models.BearerTokenSendingMethod
Packages that use BearerTokenSendingMethod
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of BearerTokenSendingMethod in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return types with arguments of type BearerTokenSendingMethodModifier and TypeMethodDescriptionAuthorizationServerContractInner.bearerTokenSendingMethods()Get the bearerTokenSendingMethods property: Specifies the mechanism by which access token is passed to the API.Method parameters in com.azure.resourcemanager.apimanagement.fluent.models with type arguments of type BearerTokenSendingMethodModifier and TypeMethodDescriptionAuthorizationServerContractInner.withBearerTokenSendingMethods(List<BearerTokenSendingMethod> bearerTokenSendingMethods) Set the bearerTokenSendingMethods property: Specifies the mechanism by which access token is passed to the API.AuthorizationServerContractProperties.withBearerTokenSendingMethods(List<BearerTokenSendingMethod> bearerTokenSendingMethods) Set the bearerTokenSendingMethods property: Specifies the mechanism by which access token is passed to the API.AuthorizationServerUpdateContractProperties.withBearerTokenSendingMethods(List<BearerTokenSendingMethod> bearerTokenSendingMethods) Set the bearerTokenSendingMethods property: Specifies the mechanism by which access token is passed to the API. -
Uses of BearerTokenSendingMethod in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as BearerTokenSendingMethodModifier and TypeFieldDescriptionstatic final BearerTokenSendingMethodBearerTokenSendingMethod.AUTHORIZATION_HEADERStatic value authorizationHeader for BearerTokenSendingMethod.static final BearerTokenSendingMethodBearerTokenSendingMethod.QUERYStatic value query for BearerTokenSendingMethod.Methods in com.azure.resourcemanager.apimanagement.models that return BearerTokenSendingMethodModifier and TypeMethodDescriptionstatic BearerTokenSendingMethodBearerTokenSendingMethod.fromString(String name) Creates or finds a BearerTokenSendingMethod from its string representation.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type BearerTokenSendingMethodModifier and TypeMethodDescriptionAuthorizationServerContract.bearerTokenSendingMethods()Gets the bearerTokenSendingMethods property: Specifies the mechanism by which access token is passed to the API.AuthorizationServerContractBaseProperties.bearerTokenSendingMethods()Get the bearerTokenSendingMethods property: Specifies the mechanism by which access token is passed to the API.AuthorizationServerUpdateContract.bearerTokenSendingMethods()Get the bearerTokenSendingMethods property: Specifies the mechanism by which access token is passed to the API.static Collection<BearerTokenSendingMethod> BearerTokenSendingMethod.values()Gets known BearerTokenSendingMethod values.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type BearerTokenSendingMethodModifier and TypeMethodDescriptionAuthorizationServerContract.DefinitionStages.WithBearerTokenSendingMethods.withBearerTokenSendingMethods(List<BearerTokenSendingMethod> bearerTokenSendingMethods) Specifies the bearerTokenSendingMethods property: Specifies the mechanism by which access token is passed to the API. .AuthorizationServerContract.UpdateStages.WithBearerTokenSendingMethods.withBearerTokenSendingMethods(List<BearerTokenSendingMethod> bearerTokenSendingMethods) Specifies the bearerTokenSendingMethods property: Specifies the mechanism by which access token is passed to the API. .AuthorizationServerContractBaseProperties.withBearerTokenSendingMethods(List<BearerTokenSendingMethod> bearerTokenSendingMethods) Set the bearerTokenSendingMethods property: Specifies the mechanism by which access token is passed to the API.AuthorizationServerUpdateContract.withBearerTokenSendingMethods(List<BearerTokenSendingMethod> bearerTokenSendingMethods) Set the bearerTokenSendingMethods property: Specifies the mechanism by which access token is passed to the API.