Uses of Interface
com.azure.resourcemanager.apimanagement.models.AuthorizationLoginResponseContract
Packages that use AuthorizationLoginResponseContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of AuthorizationLoginResponseContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return AuthorizationLoginResponseContractModifier and TypeMethodDescriptionAuthorizationLoginLinks.post(String resourceGroupName, String serviceName, String authorizationProviderId, String authorizationId, AuthorizationLoginRequestContract parameters) Gets authorization login links.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type AuthorizationLoginResponseContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<AuthorizationLoginResponseContract> AuthorizationLoginLinks.postWithResponse(String resourceGroupName, String serviceName, String authorizationProviderId, String authorizationId, AuthorizationLoginRequestContract parameters, com.azure.core.util.Context context) Gets authorization login links.