getApiRelease

Returns the details of an API release. API Version: 2020-12-01.

Return

ApiRelease details.

Parameters

argument

null


suspend fun getApiRelease(apiId: String, releaseId: String, resourceGroupName: String, serviceName: String): GetApiReleaseResult

Return

ApiRelease details.

Parameters

apiId

API identifier. Must be unique in the current API Management service instance.

releaseId

Release identifier within an API. Must be unique in the current API Management service instance.

resourceGroupName

The name of the resource group.

serviceName

The name of the API Management service.

See also


Return

ApiRelease details.

Parameters

argument

Builder for com.pulumi.azurenative.apimanagement.kotlin.inputs.GetApiReleasePlainArgs.

See also