Share via


ApiTagDescriptionOperationsExtensions Class

Definition

Extension methods for ApiTagDescriptionOperations.

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

Methods

CreateOrUpdate(IApiTagDescriptionOperations, String, String, String, String, TagDescriptionCreateParameters, String)

Create/Update tag description in scope of the Api.

CreateOrUpdateAsync(IApiTagDescriptionOperations, String, String, String, String, TagDescriptionCreateParameters, String, CancellationToken)

Create/Update tag description in scope of the Api.

Delete(IApiTagDescriptionOperations, String, String, String, String, String)

Delete tag description for the Api.

DeleteAsync(IApiTagDescriptionOperations, String, String, String, String, String, CancellationToken)

Delete tag description for the Api.

Get(IApiTagDescriptionOperations, String, String, String, String)

Get Tag description in scope of API

GetAsync(IApiTagDescriptionOperations, String, String, String, String, CancellationToken)

Get Tag description in scope of API

GetEntityTag(IApiTagDescriptionOperations, String, String, String, String)

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

GetEntityTagAsync(IApiTagDescriptionOperations, String, String, String, String, CancellationToken)

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

ListByService(IApiTagDescriptionOperations, String, String, String, ODataQuery<TagDescriptionContract>)

Lists all Tags descriptions in scope of API. Model similar to swagger - tagDescription is defined on API level but tag may be assigned to the Operations

ListByServiceAsync(IApiTagDescriptionOperations, String, String, String, ODataQuery<TagDescriptionContract>, CancellationToken)

Lists all Tags descriptions in scope of API. Model similar to swagger - tagDescription is defined on API level but tag may be assigned to the Operations

ListByServiceNext(IApiTagDescriptionOperations, String)

Lists all Tags descriptions in scope of API. Model similar to swagger - tagDescription is defined on API level but tag may be assigned to the Operations

ListByServiceNextAsync(IApiTagDescriptionOperations, String, CancellationToken)

Lists all Tags descriptions in scope of API. Model similar to swagger - tagDescription is defined on API level but tag may be assigned to the Operations

Applies to