ApiPolicys Interface
Implements
public interface ApiPolicys
extends com.microsoft.azure.arm.collection.SupportsCreating<Blank>, com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiPolicysInner>
Type representing ApiPolicys.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract rx.Completable |
deleteAsync(String resourceGroupName, String serviceName, String apiId, String ifMatch)
Deletes the policy configuration at the Api. |
|
abstract
rx.Observable<Api |
getAsync(String resourceGroupName, String serviceName, String apiId)
Get the policy configuration at the API level. |
| abstract rx.Completable |
getEntityTagAsync(String resourceGroupName, String serviceName, String apiId)
Gets the entity state (Etag) version of the API policy specified by its identifier. |
|
abstract
rx.Observable<Policy |
listByApiAsync(String resourceGroupName, String serviceName, String apiId)
Get the policy configuration at the API level. |
Method Details
deleteAsync
public abstract Completable deleteAsync(String resourceGroupName, String serviceName, String apiId, String ifMatch)
Deletes the policy configuration at the Api.
Parameters:
Returns:
getAsync
public abstract Observable<ApiPolicyContract> getAsync(String resourceGroupName, String serviceName, String apiId)
Get the policy configuration at the API level.
Parameters:
Returns:
getEntityTagAsync
public abstract Completable getEntityTagAsync(String resourceGroupName, String serviceName, String apiId)
Gets the entity state (Etag) version of the API policy specified by its identifier.
Parameters:
Returns:
listByApiAsync
public abstract Observable<PolicyCollection> listByApiAsync(String resourceGroupName, String serviceName, String apiId)
Get the policy configuration at the API level.
Parameters:
Returns: