Share via


TagOperationsExtensions Class

Definition

Extension methods for TagOperations.

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

Methods

AssignToApi(ITagOperations, String, String, String, String)

Assign tag to the Api.

AssignToApiAsync(ITagOperations, String, String, String, String, CancellationToken)

Assign tag to the Api.

AssignToOperation(ITagOperations, String, String, String, String, String)

Assign tag to the Operation.

AssignToOperationAsync(ITagOperations, String, String, String, String, String, CancellationToken)

Assign tag to the Operation.

AssignToProduct(ITagOperations, String, String, String, String)

Assign tag to the Product.

AssignToProductAsync(ITagOperations, String, String, String, String, CancellationToken)

Assign tag to the Product.

CreateOrUpdate(ITagOperations, String, String, String, TagCreateUpdateParameters, String)

Creates a tag.

CreateOrUpdateAsync(ITagOperations, String, String, String, TagCreateUpdateParameters, String, CancellationToken)

Creates a tag.

Delete(ITagOperations, String, String, String, String)

Deletes specific tag of the API Management service instance.

DeleteAsync(ITagOperations, String, String, String, String, CancellationToken)

Deletes specific tag of the API Management service instance.

DetachFromApi(ITagOperations, String, String, String, String)

Detach the tag from the Api.

DetachFromApiAsync(ITagOperations, String, String, String, String, CancellationToken)

Detach the tag from the Api.

DetachFromOperation(ITagOperations, String, String, String, String, String)

Detach the tag from the Operation.

DetachFromOperationAsync(ITagOperations, String, String, String, String, String, CancellationToken)

Detach the tag from the Operation.

DetachFromProduct(ITagOperations, String, String, String, String)

Detach the tag from the Product.

DetachFromProductAsync(ITagOperations, String, String, String, String, CancellationToken)

Detach the tag from the Product.

Get(ITagOperations, String, String, String)

Gets the details of the tag specified by its identifier.

GetAsync(ITagOperations, String, String, String, CancellationToken)

Gets the details of the tag specified by its identifier.

GetByApi(ITagOperations, String, String, String, String)

Get tag associated with the API.

GetByApiAsync(ITagOperations, String, String, String, String, CancellationToken)

Get tag associated with the API.

GetByOperation(ITagOperations, String, String, String, String, String)

Get tag associated with the Operation.

GetByOperationAsync(ITagOperations, String, String, String, String, String, CancellationToken)

Get tag associated with the Operation.

GetByProduct(ITagOperations, String, String, String, String)

Get tag associated with the Product.

GetByProductAsync(ITagOperations, String, String, String, String, CancellationToken)

Get tag associated with the Product.

GetEntityState(ITagOperations, String, String, String)

Gets the entity state version of the tag specified by its identifier.

GetEntityStateAsync(ITagOperations, String, String, String, CancellationToken)

Gets the entity state version of the tag specified by its identifier.

GetEntityStateByApi(ITagOperations, String, String, String, String)

Gets the entity state version of the tag specified by its identifier.

GetEntityStateByApiAsync(ITagOperations, String, String, String, String, CancellationToken)

Gets the entity state version of the tag specified by its identifier.

GetEntityStateByOperation(ITagOperations, String, String, String, String, String)

Gets the entity state version of the tag specified by its identifier.

GetEntityStateByOperationAsync(ITagOperations, String, String, String, String, String, CancellationToken)

Gets the entity state version of the tag specified by its identifier.

GetEntityStateByProduct(ITagOperations, String, String, String, String)

Gets the entity state version of the tag specified by its identifier.

GetEntityStateByProductAsync(ITagOperations, String, String, String, String, CancellationToken)

Gets the entity state version of the tag specified by its identifier.

ListByApi(ITagOperations, String, String, String, ODataQuery<TagContract>)

Lists all Tags associated with the API.

ListByApiAsync(ITagOperations, String, String, String, ODataQuery<TagContract>, CancellationToken)

Lists all Tags associated with the API.

ListByApiNext(ITagOperations, String)

Lists all Tags associated with the API.

ListByApiNextAsync(ITagOperations, String, CancellationToken)

Lists all Tags associated with the API.

ListByOperation(ITagOperations, String, String, String, String, ODataQuery<TagContract>)

Lists all Tags associated with the Operation.

ListByOperationAsync(ITagOperations, String, String, String, String, ODataQuery<TagContract>, CancellationToken)

Lists all Tags associated with the Operation.

ListByOperationNext(ITagOperations, String)

Lists all Tags associated with the Operation.

ListByOperationNextAsync(ITagOperations, String, CancellationToken)

Lists all Tags associated with the Operation.

ListByProduct(ITagOperations, String, String, String, ODataQuery<TagContract>)

Lists all Tags associated with the Product.

ListByProductAsync(ITagOperations, String, String, String, ODataQuery<TagContract>, CancellationToken)

Lists all Tags associated with the Product.

ListByProductNext(ITagOperations, String)

Lists all Tags associated with the Product.

ListByProductNextAsync(ITagOperations, String, CancellationToken)

Lists all Tags associated with the Product.

ListByService(ITagOperations, String, String, ODataQuery<TagContract>, String)

Lists a collection of tags defined within a service instance.

ListByServiceAsync(ITagOperations, String, String, ODataQuery<TagContract>, String, CancellationToken)

Lists a collection of tags defined within a service instance.

ListByServiceNext(ITagOperations, String)

Lists a collection of tags defined within a service instance.

ListByServiceNextAsync(ITagOperations, String, CancellationToken)

Lists a collection of tags defined within a service instance.

Update(ITagOperations, String, String, String, TagCreateUpdateParameters, String)

Updates the details of the tag specified by its identifier.

UpdateAsync(ITagOperations, String, String, String, TagCreateUpdateParameters, String, CancellationToken)

Updates the details of the tag specified by its identifier.

Applies to