Uses of Class
com.azure.resourcemanager.apimanagement.models.BackendAuthorizationHeaderCredentials
Packages that use BackendAuthorizationHeaderCredentials
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of BackendAuthorizationHeaderCredentials in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return BackendAuthorizationHeaderCredentialsModifier and TypeMethodDescriptionBackendCredentialsContract.authorization()Get the authorization property: Authorization header authentication.BackendAuthorizationHeaderCredentials.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BackendAuthorizationHeaderCredentials from the JsonReader.BackendAuthorizationHeaderCredentials.withParameter(String parameter) Set the parameter property: Authentication Parameter value.BackendAuthorizationHeaderCredentials.withScheme(String scheme) Set the scheme property: Authentication Scheme name.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type BackendAuthorizationHeaderCredentialsModifier and TypeMethodDescriptionBackendCredentialsContract.withAuthorization(BackendAuthorizationHeaderCredentials authorization) Set the authorization property: Authorization header authentication.