ApiReleaseOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for ApiReleaseOperations.
public static class ApiReleaseOperationsExtensions
type ApiReleaseOperationsExtensions = class
Public Module ApiReleaseOperationsExtensions
- Inheritance
-
ApiReleaseOperationsExtensions
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. |