Share via


IApiTagDescriptionOperations Interface

Definition

ApiTagDescriptionOperations operations.

public interface IApiTagDescriptionOperations
type IApiTagDescriptionOperations = interface
Public Interface IApiTagDescriptionOperations

Methods

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

Create/Update tag description in scope of the Api.

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

Delete tag description for the Api.

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

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

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

Get Tag description in scope of API

ListByServiceNextWithHttpMessagesAsync(String, Dictionary<String,List<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

ListByServiceWithHttpMessagesAsync(String, String, String, ODataQuery<TagDescriptionContract>, Dictionary<String,List<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

Extension 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