AuthorizationServers Interface
Implements
public interface AuthorizationServers
extends com.microsoft.azure.arm.collection.SupportsCreating<Blank>, com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.AuthorizationServersInner>
Type representing AuthorizationServers.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract rx.Completable |
deleteAsync(String resourceGroupName, String serviceName, String authsid, String ifMatch)
Deletes specific authorization server instance. |
|
abstract
rx.Observable<Authorization |
getAsync(String resourceGroupName, String serviceName, String authsid)
Gets the details of the authorization server specified by its identifier. |
| abstract rx.Completable |
getEntityTagAsync(String resourceGroupName, String serviceName, String authsid)
Gets the entity state (Etag) version of the authorization |
|
abstract
rx.Observable<Authorization |
listByServiceAsync(String resourceGroupName, String serviceName)
Lists a collection of authorization servers defined within a service instance. |
Method Details
deleteAsync
public abstract Completable deleteAsync(String resourceGroupName, String serviceName, String authsid, String ifMatch)
Deletes specific authorization server instance.
Parameters:
Returns:
getAsync
public abstract Observable<AuthorizationServerContract> getAsync(String resourceGroupName, String serviceName, String authsid)
Gets the details of the authorization server specified by its identifier.
Parameters:
Returns:
getEntityTagAsync
public abstract Completable getEntityTagAsync(String resourceGroupName, String serviceName, String authsid)
Gets the entity state (Etag) version of the authorizationServer specified by its identifier.
Parameters:
Returns:
listByServiceAsync
public abstract Observable<AuthorizationServerContract> listByServiceAsync(String resourceGroupName, String serviceName)
Lists a collection of authorization servers defined within a service instance.
Parameters:
Returns: