Share via


OpenIdConnectProviders Interface

Implements

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

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

Type representing OpenIdConnectProviders.

Method Summary

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

Deletes specific OpenID Connect Provider of the API Management service instance.

abstract rx.Observable<OpenidConnectProviderContract> getAsync(String resourceGroupName, String serviceName, String opid)

Gets specific OpenID Connect Provider.

abstract rx.Completable getEntityTagAsync(String resourceGroupName, String serviceName, String opid)

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

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

Lists of all the OpenId Connect Providers.

Method Details

deleteAsync

public abstract Completable deleteAsync(String resourceGroupName, String serviceName, String opid, String ifMatch)

Deletes specific OpenID Connect Provider of the API Management service instance.

Parameters:

resourceGroupName - The name of the resource group.
serviceName - The name of the API Management service.
opid - Identifier of the OpenID Connect Provider.
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<OpenidConnectProviderContract> getAsync(String resourceGroupName, String serviceName, String opid)

Gets specific OpenID Connect Provider.

Parameters:

resourceGroupName - The name of the resource group.
serviceName - The name of the API Management service.
opid - Identifier of the OpenID Connect Provider.

Returns:

the observable for the request

getEntityTagAsync

public abstract Completable getEntityTagAsync(String resourceGroupName, String serviceName, String opid)

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

Parameters:

resourceGroupName - The name of the resource group.
serviceName - The name of the API Management service.
opid - Identifier of the OpenID Connect Provider.

Returns:

the observable for the request

listByServiceAsync

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

Lists of all the OpenId Connect Providers.

Parameters:

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

Returns:

the observable for the request

Applies to