Share via


IApiReleaseOperations Interface

Definition

ApiReleaseOperations operations.

public interface IApiReleaseOperations
type IApiReleaseOperations = interface
Public Interface IApiReleaseOperations

Methods

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

Creates a new Release for the API.

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

Deletes the specified release in the API.

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

Returns the etag of an API release.

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

Returns the details of an API release.

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

Lists all releases of an API. An API release is created when making an API Revision current. Releases are also used to rollback to previous revisions. Results will be paged and can be constrained by the $top and $skip parameters.

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

Lists all releases of an API. An API release is created when making an API Revision current. Releases are also used to rollback to previous revisions. Results will be paged and can be constrained by the $top and $skip parameters.

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

Updates the details of the release of the API specified by its identifier.

Extension Methods

CreateOrUpdate(IApiReleaseOperations, String, String, String, String, ApiReleaseContract, String)

Creates a new Release for the API.

CreateOrUpdateAsync(IApiReleaseOperations, String, String, String, String, ApiReleaseContract, String, CancellationToken)

Creates a new Release for the API.

Delete(IApiReleaseOperations, String, String, String, String, String)

Deletes the specified release in the API.

DeleteAsync(IApiReleaseOperations, String, String, String, String, String, CancellationToken)

Deletes the specified release in the API.

Get(IApiReleaseOperations, String, String, String, String)

Returns the details of an API release.

GetAsync(IApiReleaseOperations, String, String, String, String, CancellationToken)

Returns the details of an API release.

GetEntityTag(IApiReleaseOperations, String, String, String, String)

Returns the etag of an API release.

GetEntityTagAsync(IApiReleaseOperations, String, String, String, String, CancellationToken)

Returns the etag of an API release.

ListByService(IApiReleaseOperations, String, String, String, ODataQuery<ApiReleaseContract>)

Lists all releases of an API. An API release is created when making an API Revision current. Releases are also used to rollback to previous revisions. Results will be paged and can be constrained by the $top and $skip parameters.

ListByServiceAsync(IApiReleaseOperations, String, String, String, ODataQuery<ApiReleaseContract>, CancellationToken)

Lists all releases of an API. An API release is created when making an API Revision current. Releases are also used to rollback to previous revisions. Results will be paged and can be constrained by the $top and $skip parameters.

ListByServiceNext(IApiReleaseOperations, String)

Lists all releases of an API. An API release is created when making an API Revision current. Releases are also used to rollback to previous revisions. Results will be paged and can be constrained by the $top and $skip parameters.

ListByServiceNextAsync(IApiReleaseOperations, String, CancellationToken)

Lists all releases of an API. An API release is created when making an API Revision current. Releases are also used to rollback to previous revisions. Results will be paged and can be constrained by the $top and $skip parameters.

Update(IApiReleaseOperations, String, String, String, String, ApiReleaseContract, String)

Updates the details of the release of the API specified by its identifier.

UpdateAsync(IApiReleaseOperations, String, String, String, String, ApiReleaseContract, String, CancellationToken)

Updates the details of the release of the API specified by its identifier.

Applies to