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