IdentityProviders Interface
Implements
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<Identity |
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 identity |
|
abstract
rx.Observable<Identity |
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:
Returns:
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:
Returns:
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:
Returns:
listByServiceAsync
public abstract Observable<IdentityProviderContract> listByServiceAsync(String resourceGroupName, String serviceName)
Lists a collection of Identity Provider configured in the specified service instance.
Parameters:
Returns: