Share via


PolicyOperationsExtensions Class

Definition

Extension methods for PolicyOperations.

public static class PolicyOperationsExtensions
type PolicyOperationsExtensions = class
Public Module PolicyOperationsExtensions
Inheritance
PolicyOperationsExtensions

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.

Applies to