Interface AuthorizationLoginLinks
public interface AuthorizationLoginLinks
Resource collection API of AuthorizationLoginLinks.
-
Method Summary
Modifier and TypeMethodDescriptionpost(String resourceGroupName, String serviceName, String authorizationProviderId, String authorizationId, AuthorizationLoginRequestContract parameters) Gets authorization login links.com.azure.core.http.rest.Response<AuthorizationLoginResponseContract> postWithResponse(String resourceGroupName, String serviceName, String authorizationProviderId, String authorizationId, AuthorizationLoginRequestContract parameters, com.azure.core.util.Context context) Gets authorization login links.
-
Method Details
-
postWithResponse
com.azure.core.http.rest.Response<AuthorizationLoginResponseContract> postWithResponse(String resourceGroupName, String serviceName, String authorizationProviderId, String authorizationId, AuthorizationLoginRequestContract parameters, com.azure.core.util.Context context) Gets authorization login links.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serviceName- The name of the API Management service.authorizationProviderId- Identifier of the authorization provider.authorizationId- Identifier of the authorization.parameters- Create parameters.context- The context to associate with this operation.- Returns:
- authorization login links.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
post
AuthorizationLoginResponseContract post(String resourceGroupName, String serviceName, String authorizationProviderId, String authorizationId, AuthorizationLoginRequestContract parameters) Gets authorization login links.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serviceName- The name of the API Management service.authorizationProviderId- Identifier of the authorization provider.authorizationId- Identifier of the authorization.parameters- Create parameters.- Returns:
- authorization login links.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-