Skip to main content

workspace_api_release

Overview

Nameworkspace_api_release
TypeResource
Idazure.api_management.workspace_api_release

Fields

Methods

NameAccessible byRequired ParamsDescription
getSELECTapiId, releaseId, resourceGroupName, serviceName, subscriptionId, workspaceIdReturns the details of an API release.
list_by_serviceSELECTapiId, resourceGroupName, serviceName, subscriptionId, workspaceIdLists 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.
create_or_updateINSERTapiId, releaseId, resourceGroupName, serviceName, subscriptionId, workspaceIdCreates a new Release for the API.
deleteDELETEIf-Match, apiId, releaseId, resourceGroupName, serviceName, subscriptionId, workspaceIdDeletes the specified release in the API.
_list_by_serviceEXECapiId, resourceGroupName, serviceName, subscriptionId, workspaceIdLists 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.
updateEXECIf-Match, apiId, releaseId, resourceGroupName, serviceName, subscriptionId, workspaceIdUpdates the details of the release of the API specified by its identifier.