다음을 통해 공유


GroupOperationsExtensions Class

Definition

Extension methods for GroupOperations.

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

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