Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.AuthorizationContractInner
Packages that use AuthorizationContractInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of AuthorizationContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return AuthorizationContractInnerModifier and TypeMethodDescriptionAuthorizationsClient.createOrUpdate(String resourceGroupName, String serviceName, String authorizationProviderId, String authorizationId, AuthorizationContractInner parameters) Creates or updates authorization.AuthorizationsClient.get(String resourceGroupName, String serviceName, String authorizationProviderId, String authorizationId) Gets the details of the authorization specified by its identifier.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type AuthorizationContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<AuthorizationContractInner> AuthorizationsClient.listByAuthorizationProvider(String resourceGroupName, String serviceName, String authorizationProviderId) Lists a collection of authorization providers defined within a authorization provider.com.azure.core.http.rest.PagedIterable<AuthorizationContractInner> AuthorizationsClient.listByAuthorizationProvider(String resourceGroupName, String serviceName, String authorizationProviderId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of authorization providers defined within a authorization provider.Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type AuthorizationContractInnerModifier and TypeMethodDescriptionAuthorizationsClient.createOrUpdate(String resourceGroupName, String serviceName, String authorizationProviderId, String authorizationId, AuthorizationContractInner parameters) Creates or updates authorization.AuthorizationsClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String authorizationProviderId, String authorizationId, AuthorizationContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or updates authorization. -
Uses of AuthorizationContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return AuthorizationContractInnerModifier and TypeMethodDescriptionstatic AuthorizationContractInnerAuthorizationContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AuthorizationContractInner from the JsonReader.AuthorizationContractInner.withAuthorizationType(AuthorizationType authorizationType) Set the authorizationType property: Authorization type options.AuthorizationContractInner.withError(AuthorizationError error) Set the error property: Authorization error details.AuthorizationContractInner.withOAuth2GrantType(OAuth2GrantType oAuth2GrantType) Set the oAuth2GrantType property: OAuth2 grant type options.AuthorizationContractInner.withParameters(Map<String, String> parameters) Set the parameters property: Authorization parameters.AuthorizationContractInner.withStatus(String status) Set the status property: Status of the Authorization. -
Uses of AuthorizationContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return AuthorizationContractInnerModifier and TypeMethodDescriptionAuthorizationsCreateOrUpdateResponse.getValue()Gets the deserialized response body.AuthorizationsGetResponse.getValue()Gets the deserialized response body.AuthorizationContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.AuthorizationContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type AuthorizationContractInnerModifier and TypeMethodDescriptionAuthorizationCollection.value()Get the value property: Page values.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type AuthorizationContractInnerModifier and TypeMethodDescriptionAuthorizationCollection.withValue(List<AuthorizationContractInner> value) Set the value property: Page values.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type AuthorizationContractInnerModifierConstructorDescriptionAuthorizationsCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, AuthorizationContractInner value, AuthorizationsCreateOrUpdateHeaders headers) Creates an instance of AuthorizationsCreateOrUpdateResponse.AuthorizationsGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, AuthorizationContractInner value, AuthorizationsGetHeaders headers) Creates an instance of AuthorizationsGetResponse.