Uses of Enum
com.azure.resourcemanager.apimanagement.models.AuthorizationMethod
Packages that use AuthorizationMethod
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of AuthorizationMethod in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return types with arguments of type AuthorizationMethodModifier and TypeMethodDescriptionAuthorizationServerContractInner.authorizationMethods()Get the authorizationMethods property: HTTP verbs supported by the authorization endpoint.Method parameters in com.azure.resourcemanager.apimanagement.fluent.models with type arguments of type AuthorizationMethodModifier and TypeMethodDescriptionAuthorizationServerContractInner.withAuthorizationMethods(List<AuthorizationMethod> authorizationMethods) Set the authorizationMethods property: HTTP verbs supported by the authorization endpoint.AuthorizationServerContractProperties.withAuthorizationMethods(List<AuthorizationMethod> authorizationMethods) Set the authorizationMethods property: HTTP verbs supported by the authorization endpoint.AuthorizationServerUpdateContractProperties.withAuthorizationMethods(List<AuthorizationMethod> authorizationMethods) Set the authorizationMethods property: HTTP verbs supported by the authorization endpoint. -
Uses of AuthorizationMethod in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return AuthorizationMethodModifier and TypeMethodDescriptionstatic AuthorizationMethodAuthorizationMethod.fromString(String value) Parses a serialized value to a AuthorizationMethod instance.static AuthorizationMethodReturns the enum constant of this type with the specified name.static AuthorizationMethod[]AuthorizationMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type AuthorizationMethodModifier and TypeMethodDescriptionAuthorizationServerContract.authorizationMethods()Gets the authorizationMethods property: HTTP verbs supported by the authorization endpoint.AuthorizationServerContractBaseProperties.authorizationMethods()Get the authorizationMethods property: HTTP verbs supported by the authorization endpoint.AuthorizationServerUpdateContract.authorizationMethods()Get the authorizationMethods property: HTTP verbs supported by the authorization endpoint.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type AuthorizationMethodModifier and TypeMethodDescriptionAuthorizationServerContract.DefinitionStages.WithAuthorizationMethods.withAuthorizationMethods(List<AuthorizationMethod> authorizationMethods) Specifies the authorizationMethods property: HTTP verbs supported by the authorization endpoint.AuthorizationServerContract.UpdateStages.WithAuthorizationMethods.withAuthorizationMethods(List<AuthorizationMethod> authorizationMethods) Specifies the authorizationMethods property: HTTP verbs supported by the authorization endpoint.AuthorizationServerContractBaseProperties.withAuthorizationMethods(List<AuthorizationMethod> authorizationMethods) Set the authorizationMethods property: HTTP verbs supported by the authorization endpoint.AuthorizationServerUpdateContract.withAuthorizationMethods(List<AuthorizationMethod> authorizationMethods) Set the authorizationMethods property: HTTP verbs supported by the authorization endpoint.