Share via


IdentityProviders Interface

Implements

com.microsoft.azure.arm.collection.SupportsCreating<Blank> com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.IdentityProvidersInner>

public interface IdentityProviders
extends com.microsoft.azure.arm.collection.SupportsCreating<Blank>, com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.IdentityProvidersInner>

Type representing IdentityProviders.

Method Summary

Modifier and Type Method and Description
abstract rx.Completable deleteAsync(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName, String ifMatch)

Deletes the specified identity provider configuration.

abstract rx.Observable<IdentityProviderContract> getAsync(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName)

Gets the configuration details of the identity Provider configured in specified service instance.

abstract rx.Completable getEntityTagAsync(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName)

Gets the entity state (Etag) version of the identityProvider specified by its identifier.

abstract rx.Observable<IdentityProviderContract> listByServiceAsync(String resourceGroupName, String serviceName)

Lists a collection of Identity Provider configured in the specified service instance.

Method Details

deleteAsync

public abstract Completable deleteAsync(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName, String ifMatch)

Deletes the specified identity provider configuration.

Parameters:

resourceGroupName - The name of the resource group.
serviceName - The name of the API Management service.
identityProviderName - Identity Provider Type identifier. Possible values include: 'facebook', 'google', 'microsoft', 'twitter', 'aad', 'aadB2C'
ifMatch - ETag of the Entity. ETag should match the current entity state from the header response of the GET request or it should be * for unconditional update.

Returns:

the observable for the request

getAsync

public abstract Observable<IdentityProviderContract> getAsync(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName)

Gets the configuration details of the identity Provider configured in specified service instance.

Parameters:

resourceGroupName - The name of the resource group.
serviceName - The name of the API Management service.
identityProviderName - Identity Provider Type identifier. Possible values include: 'facebook', 'google', 'microsoft', 'twitter', 'aad', 'aadB2C'

Returns:

the observable for the request

getEntityTagAsync

public abstract Completable getEntityTagAsync(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName)

Gets the entity state (Etag) version of the identityProvider specified by its identifier.

Parameters:

resourceGroupName - The name of the resource group.
serviceName - The name of the API Management service.
identityProviderName - Identity Provider Type identifier. Possible values include: 'facebook', 'google', 'microsoft', 'twitter', 'aad', 'aadB2C'

Returns:

the observable for the request

listByServiceAsync

public abstract Observable<IdentityProviderContract> listByServiceAsync(String resourceGroupName, String serviceName)

Lists a collection of Identity Provider configured in the specified service instance.

Parameters:

resourceGroupName - The name of the resource group.
serviceName - The name of the API Management service.

Returns:

the observable for the request

Applies to