Interface AuthorizationLoginLinksClient


public interface AuthorizationLoginLinksClient
An instance of this class provides access to all the operations defined in AuthorizationLoginLinksClient.
  • Method Details

    • postWithResponse

      AuthorizationLoginLinksPostResponse 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

      AuthorizationLoginResponseContractInner 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.