IApiPolicyOperations Interface

Definition

ApiPolicyOperations operations.

public interface IApiPolicyOperations
type IApiPolicyOperations = interface
Public Interface IApiPolicyOperations

Methods

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

Creates or updates policy configuration for the API.

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

Deletes the policy configuration at the Api.

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

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

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

Get the policy configuration at the API level.

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

Get the policy configuration at the API level.

Extension Methods

CreateOrUpdate(IApiPolicyOperations, String, String, String, PolicyContract, String)

Creates or updates policy configuration for the API.

CreateOrUpdateAsync(IApiPolicyOperations, String, String, String, PolicyContract, String, CancellationToken)

Creates or updates policy configuration for the API.

Delete(IApiPolicyOperations, String, String, String, String)

Deletes the policy configuration at the Api.

DeleteAsync(IApiPolicyOperations, String, String, String, String, CancellationToken)

Deletes the policy configuration at the Api.

Get(IApiPolicyOperations, String, String, String, String)

Get the policy configuration at the API level.

GetAsync(IApiPolicyOperations, String, String, String, String, CancellationToken)

Get the policy configuration at the API level.

GetEntityTag(IApiPolicyOperations, String, String, String)

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

GetEntityTagAsync(IApiPolicyOperations, String, String, String, CancellationToken)

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

ListByApi(IApiPolicyOperations, String, String, String)

Get the policy configuration at the API level.

ListByApiAsync(IApiPolicyOperations, String, String, String, CancellationToken)

Get the policy configuration at the API level.

Applies to