Share via


IApiOperationPolicyOperations Interface

Definition

ApiOperationPolicyOperations operations.

public interface IApiOperationPolicyOperations
type IApiOperationPolicyOperations = interface
Public Interface IApiOperationPolicyOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, PolicyContract, String, Dictionary<String,List<String>>, CancellationToken)

Creates or updates policy configuration for the API Operation level.

DeleteWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the policy configuration at the Api Operation.

GetEntityTagWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the entity state (Etag) version of the API operation policy specified by its identifier.

GetWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get the policy configuration at the API Operation level.

ListByOperationWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get the list of policy configuration at the API Operation level.

Extension Methods

CreateOrUpdate(IApiOperationPolicyOperations, String, String, String, String, PolicyContract, String)

Creates or updates policy configuration for the API Operation level.

CreateOrUpdateAsync(IApiOperationPolicyOperations, String, String, String, String, PolicyContract, String, CancellationToken)

Creates or updates policy configuration for the API Operation level.

Delete(IApiOperationPolicyOperations, String, String, String, String, String)

Deletes the policy configuration at the Api Operation.

DeleteAsync(IApiOperationPolicyOperations, String, String, String, String, String, CancellationToken)

Deletes the policy configuration at the Api Operation.

Get(IApiOperationPolicyOperations, String, String, String, String, String)

Get the policy configuration at the API Operation level.

GetAsync(IApiOperationPolicyOperations, String, String, String, String, String, CancellationToken)

Get the policy configuration at the API Operation level.

GetEntityTag(IApiOperationPolicyOperations, String, String, String, String)

Gets the entity state (Etag) version of the API operation policy specified by its identifier.

GetEntityTagAsync(IApiOperationPolicyOperations, String, String, String, String, CancellationToken)

Gets the entity state (Etag) version of the API operation policy specified by its identifier.

ListByOperation(IApiOperationPolicyOperations, String, String, String, String)

Get the list of policy configuration at the API Operation level.

ListByOperationAsync(IApiOperationPolicyOperations, String, String, String, String, CancellationToken)

Get the list of policy configuration at the API Operation level.

Applies to