Uses of Class
com.azure.resourcemanager.apimanagement.models.TokenBodyParameterContract
Packages that use TokenBodyParameterContract
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of TokenBodyParameterContract in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return types with arguments of type TokenBodyParameterContractModifier and TypeMethodDescriptionAuthorizationServerContractInner.tokenBodyParameters()Get the tokenBodyParameters property: Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e.Method parameters in com.azure.resourcemanager.apimanagement.fluent.models with type arguments of type TokenBodyParameterContractModifier and TypeMethodDescriptionAuthorizationServerContractInner.withTokenBodyParameters(List<TokenBodyParameterContract> tokenBodyParameters) Set the tokenBodyParameters property: Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e.AuthorizationServerContractProperties.withTokenBodyParameters(List<TokenBodyParameterContract> tokenBodyParameters) Set the tokenBodyParameters property: Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e.AuthorizationServerUpdateContractProperties.withTokenBodyParameters(List<TokenBodyParameterContract> tokenBodyParameters) Set the tokenBodyParameters property: Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e. -
Uses of TokenBodyParameterContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return TokenBodyParameterContractModifier and TypeMethodDescriptionstatic TokenBodyParameterContractTokenBodyParameterContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TokenBodyParameterContract from the JsonReader.Set the name property: body parameter name.Set the value property: body parameter value.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type TokenBodyParameterContractModifier and TypeMethodDescriptionAuthorizationServerContract.tokenBodyParameters()Gets the tokenBodyParameters property: Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e.AuthorizationServerContractBaseProperties.tokenBodyParameters()Get the tokenBodyParameters property: Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e.AuthorizationServerUpdateContract.tokenBodyParameters()Get the tokenBodyParameters property: Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type TokenBodyParameterContractModifier and TypeMethodDescriptionAuthorizationServerContract.DefinitionStages.WithTokenBodyParameters.withTokenBodyParameters(List<TokenBodyParameterContract> tokenBodyParameters) Specifies the tokenBodyParameters property: Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e.AuthorizationServerContract.UpdateStages.WithTokenBodyParameters.withTokenBodyParameters(List<TokenBodyParameterContract> tokenBodyParameters) Specifies the tokenBodyParameters property: Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e.AuthorizationServerContractBaseProperties.withTokenBodyParameters(List<TokenBodyParameterContract> tokenBodyParameters) Set the tokenBodyParameters property: Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e.AuthorizationServerUpdateContract.withTokenBodyParameters(List<TokenBodyParameterContract> tokenBodyParameters) Set the tokenBodyParameters property: Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e.