Condividi tramite


IGroupOperations Interface

Definition

GroupOperations operations.

public interface IGroupOperations
type IGroupOperations = interface
Public Interface IGroupOperations

Methods

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

Creates or Updates a group.

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

Deletes specific group of the API Management service instance.

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

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

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

Gets the details of the group specified by its identifier.

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

Lists a collection of groups defined within a service instance. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-create-groups

ListByServiceWithHttpMessagesAsync(String, String, ODataQuery<GroupContract>, Dictionary<String,List<String>>, CancellationToken)

Lists a collection of groups defined within a service instance. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-create-groups

UpdateWithHttpMessagesAsync(String, String, String, GroupUpdateParameters, String, Dictionary<String,List<String>>, CancellationToken)

Updates the details of the group specified by its identifier.

Extension Methods

CreateOrUpdate(IGroupOperations, String, String, String, GroupCreateParameters, String)

Creates or Updates a group.

CreateOrUpdateAsync(IGroupOperations, String, String, String, GroupCreateParameters, String, CancellationToken)

Creates or Updates a group.

Delete(IGroupOperations, String, String, String, String)

Deletes specific group of the API Management service instance.

DeleteAsync(IGroupOperations, String, String, String, String, CancellationToken)

Deletes specific group of the API Management service instance.

Get(IGroupOperations, String, String, String)

Gets the details of the group specified by its identifier.

GetAsync(IGroupOperations, String, String, String, CancellationToken)

Gets the details of the group specified by its identifier.

GetEntityTag(IGroupOperations, String, String, String)

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

GetEntityTagAsync(IGroupOperations, String, String, String, CancellationToken)

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

ListByService(IGroupOperations, String, String, ODataQuery<GroupContract>)

Lists a collection of groups defined within a service instance. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-create-groups

ListByServiceAsync(IGroupOperations, String, String, ODataQuery<GroupContract>, CancellationToken)

Lists a collection of groups defined within a service instance. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-create-groups

ListByServiceNext(IGroupOperations, String)

Lists a collection of groups defined within a service instance. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-create-groups

ListByServiceNextAsync(IGroupOperations, String, CancellationToken)

Lists a collection of groups defined within a service instance. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-create-groups

Update(IGroupOperations, String, String, String, GroupUpdateParameters, String)

Updates the details of the group specified by its identifier.

UpdateAsync(IGroupOperations, String, String, String, GroupUpdateParameters, String, CancellationToken)

Updates the details of the group specified by its identifier.

Applies to