ApicenterFunctions

Functions

Link copied to clipboard
suspend fun getApi(argument: GetApiPlainArgs): GetApiResult

Returns details of the API. Azure REST API version: 2024-03-01. Other available API versions: 2024-03-15-preview.

suspend fun getApi(argument: suspend GetApiPlainArgsBuilder.() -> Unit): GetApiResult
suspend fun getApi(apiName: String, resourceGroupName: String, serviceName: String, workspaceName: String): GetApiResult
Link copied to clipboard

Returns details of the API definition. Azure REST API version: 2024-03-01. Other available API versions: 2024-03-15-preview.

suspend fun getApiDefinition(apiName: String, definitionName: String, resourceGroupName: String, serviceName: String, versionName: String, workspaceName: String): GetApiDefinitionResult
Link copied to clipboard

Returns details of the API version. Azure REST API version: 2024-03-01. Other available API versions: 2024-03-15-preview.

suspend fun getApiVersion(apiName: String, resourceGroupName: String, serviceName: String, versionName: String, workspaceName: String): GetApiVersionResult
Link copied to clipboard

Returns details of the API deployment. Azure REST API version: 2024-03-01. Other available API versions: 2024-03-15-preview.

suspend fun getDeployment(apiName: String, deploymentName: String, resourceGroupName: String, serviceName: String, workspaceName: String): GetDeploymentResult
Link copied to clipboard

Returns details of the environment. Azure REST API version: 2024-03-01. Other available API versions: 2024-03-15-preview.

suspend fun getEnvironment(environmentName: String, resourceGroupName: String, serviceName: String, workspaceName: String): GetEnvironmentResult
Link copied to clipboard

Returns details of the metadata schema. Azure REST API version: 2024-03-01. Other available API versions: 2024-03-15-preview.

suspend fun getMetadataSchema(metadataSchemaName: String, resourceGroupName: String, serviceName: String): GetMetadataSchemaResult
Link copied to clipboard

Get service Azure REST API version: 2023-07-01-preview. Other available API versions: 2024-03-01, 2024-03-15-preview.

suspend fun getService(argument: suspend GetServicePlainArgsBuilder.() -> Unit): GetServiceResult
suspend fun getService(resourceGroupName: String, serviceName: String): GetServiceResult
Link copied to clipboard

Returns details of the workspace. Azure REST API version: 2024-03-01. Other available API versions: 2024-03-15-preview.

suspend fun getWorkspace(resourceGroupName: String, serviceName: String, workspaceName: String): GetWorkspaceResult