Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.AuthorizationContractProperties
Packages that use AuthorizationContractProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of AuthorizationContractProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return AuthorizationContractPropertiesModifier and TypeMethodDescriptionAuthorizationContractProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AuthorizationContractProperties from the JsonReader.AuthorizationContractProperties.withAuthorizationType(AuthorizationType authorizationType) Set the authorizationType property: Authorization type options.AuthorizationContractProperties.withError(AuthorizationError error) Set the error property: Authorization error details.AuthorizationContractProperties.withOAuth2GrantType(OAuth2GrantType oAuth2GrantType) Set the oAuth2GrantType property: OAuth2 grant type options.AuthorizationContractProperties.withParameters(Map<String, String> parameters) Set the parameters property: Authorization parameters.AuthorizationContractProperties.withStatus(String status) Set the status property: Status of the Authorization.