AuthorizationLoginLinks Interface

public interface AuthorizationLoginLinks

Resource collection API of AuthorizationLoginLinks.

Method Summary

Modifier and Type Method and Description
abstract AuthorizationLoginResponseContract post(String resourceGroupName, String serviceName, String authorizationProviderId, String authorizationId, AuthorizationLoginRequestContract parameters)

Gets authorization login links.

abstract Response<AuthorizationLoginResponseContract> postWithResponse(String resourceGroupName, String serviceName, String authorizationProviderId, String authorizationId, AuthorizationLoginRequestContract parameters, Context context)

Gets authorization login links.

Method Details

public abstract 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.

public abstract Response postWithResponse(String resourceGroupName, String serviceName, String authorizationProviderId, String authorizationId, AuthorizationLoginRequestContract parameters, 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.

Applies to