IPolicyOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
PolicyOperations operations.
public interface IPolicyOperations
type IPolicyOperations = interface
Public Interface IPolicyOperations
Methods
CreateOrUpdateWithHttpMessagesAsync(String, String, PolicyContract, String, Dictionary<String,List<String>>, CancellationToken) |
Creates or updates the global policy configuration of the Api Management service. |
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Deletes the global policy configuration of the Api Management Service. |
GetEntityTagWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets the entity state (Etag) version of the Global policy definition in the Api Management service. |
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Get the Global policy definition of the Api Management service. |
ListByServiceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Lists all the Global Policy definitions of the Api Management service. |
Extension Methods
CreateOrUpdate(IPolicyOperations, String, String, PolicyContract, String) |
Creates or updates the global policy configuration of the Api Management service. |
CreateOrUpdateAsync(IPolicyOperations, String, String, PolicyContract, String, CancellationToken) |
Creates or updates the global policy configuration of the Api Management service. |
Delete(IPolicyOperations, String, String, String) |
Deletes the global policy configuration of the Api Management Service. |
DeleteAsync(IPolicyOperations, String, String, String, CancellationToken) |
Deletes the global policy configuration of the Api Management Service. |
Get(IPolicyOperations, String, String, String) |
Get the Global policy definition of the Api Management service. |
GetAsync(IPolicyOperations, String, String, String, CancellationToken) |
Get the Global policy definition of the Api Management service. |
GetEntityTag(IPolicyOperations, String, String) |
Gets the entity state (Etag) version of the Global policy definition in the Api Management service. |
GetEntityTagAsync(IPolicyOperations, String, String, CancellationToken) |
Gets the entity state (Etag) version of the Global policy definition in the Api Management service. |
ListByService(IPolicyOperations, String, String) |
Lists all the Global Policy definitions of the Api Management service. |
ListByServiceAsync(IPolicyOperations, String, String, CancellationToken) |
Lists all the Global Policy definitions of the Api Management service. |