ApiReleases Interface
Implements
public interface ApiReleases
extends com.microsoft.azure.arm.collection.SupportsCreating<Blank>, com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiReleasesInner>
Type representing ApiReleases.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract rx.Completable |
deleteAsync(String resourceGroupName, String serviceName, String apiId, String releaseId, String ifMatch)
Deletes the specified release in the API. |
|
abstract
rx.Observable<Api |
getAsync(String resourceGroupName, String serviceName, String apiId, String releaseId)
Returns the details of an API release. |
| abstract rx.Completable |
getEntityTagAsync(String resourceGroupName, String serviceName, String apiId, String releaseId)
Returns the etag of an API release. |
|
abstract
rx.Observable<Api |
listByServiceAsync(String resourceGroupName, String serviceName, String apiId)
Lists all releases of an API. |
Method Details
deleteAsync
public abstract Completable deleteAsync(String resourceGroupName, String serviceName, String apiId, String releaseId, String ifMatch)
Deletes the specified release in the API.
Parameters:
Returns:
getAsync
public abstract Observable<ApiReleaseContract> getAsync(String resourceGroupName, String serviceName, String apiId, String releaseId)
Returns the details of an API release.
Parameters:
Returns:
getEntityTagAsync
public abstract Completable getEntityTagAsync(String resourceGroupName, String serviceName, String apiId, String releaseId)
Returns the etag of an API release.
Parameters:
Returns:
listByServiceAsync
public abstract Observable<ApiReleaseContract> listByServiceAsync(String resourceGroupName, String serviceName, String apiId)
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.
Parameters:
Returns: