Uses of Class
com.azure.resourcemanager.apimanagement.models.AuthorizationType
Packages that use AuthorizationType
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of AuthorizationType in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return AuthorizationTypeModifier and TypeMethodDescriptionAuthorizationContractInner.authorizationType()Get the authorizationType property: Authorization type options.AuthorizationContractProperties.authorizationType()Get the authorizationType property: Authorization type options.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type AuthorizationTypeModifier and TypeMethodDescriptionAuthorizationContractInner.withAuthorizationType(AuthorizationType authorizationType) Set the authorizationType property: Authorization type options.AuthorizationContractProperties.withAuthorizationType(AuthorizationType authorizationType) Set the authorizationType property: Authorization type options. -
Uses of AuthorizationType in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as AuthorizationTypeModifier and TypeFieldDescriptionstatic final AuthorizationTypeAuthorizationType.OAUTH2Static value OAuth2 for AuthorizationType.Methods in com.azure.resourcemanager.apimanagement.models that return AuthorizationTypeModifier and TypeMethodDescriptionAuthorizationContract.authorizationType()Gets the authorizationType property: Authorization type options.static AuthorizationTypeAuthorizationType.fromString(String name) Creates or finds a AuthorizationType from its string representation.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type AuthorizationTypeModifier and TypeMethodDescriptionstatic Collection<AuthorizationType> AuthorizationType.values()Gets known AuthorizationType values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type AuthorizationTypeModifier and TypeMethodDescriptionAuthorizationContract.DefinitionStages.WithAuthorizationType.withAuthorizationType(AuthorizationType authorizationType) Specifies the authorizationType property: Authorization type options.AuthorizationContract.UpdateStages.WithAuthorizationType.withAuthorizationType(AuthorizationType authorizationType) Specifies the authorizationType property: Authorization type options.