ApicenterFunctions

Functions

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

Returns details of the API. Uses Azure REST API version 2024-03-01. Other available API versions: 2024-03-15-preview, 2024-06-01-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. Uses Azure REST API version 2024-03-01. Other available API versions: 2024-03-15-preview, 2024-06-01-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 source. Uses Azure REST API version 2024-06-01-preview.

suspend fun getApiSource(apiSourceName: String, resourceGroupName: String, serviceName: String, workspaceName: String): GetApiSourceResult
Link copied to clipboard

Returns details of the API version. Uses Azure REST API version 2024-03-01. Other available API versions: 2024-03-15-preview, 2024-06-01-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. Uses Azure REST API version 2024-03-01. Other available API versions: 2024-03-15-preview, 2024-06-01-preview.

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

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

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

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

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

Get service Uses Azure REST API version 2023-07-01-preview. Other available API versions: 2024-03-01, 2024-03-15-preview, 2024-06-01-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. Uses Azure REST API version 2024-03-01. Other available API versions: 2024-03-15-preview, 2024-06-01-preview.

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