Apicenter Functions
object ApicenterFunctions
Functions
Link copied to clipboard
Returns details of the API. Azure REST API version: 2024-03-01.
Link copied to clipboard
Returns details of the API definition. Azure REST API version: 2024-03-01.
suspend fun getApiDefinition(argument: suspend GetApiDefinitionPlainArgsBuilder.() -> Unit): GetApiDefinitionResult
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.
suspend fun getApiVersion(argument: suspend GetApiVersionPlainArgsBuilder.() -> Unit): GetApiVersionResult
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.
suspend fun getDeployment(argument: suspend GetDeploymentPlainArgsBuilder.() -> Unit): GetDeploymentResult
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.
suspend fun getEnvironment(argument: suspend GetEnvironmentPlainArgsBuilder.() -> Unit): GetEnvironmentResult
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.
suspend fun getMetadataSchema(argument: suspend GetMetadataSchemaPlainArgsBuilder.() -> Unit): GetMetadataSchemaResult
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.
Link copied to clipboard
Returns details of the workspace. Azure REST API version: 2024-03-01.
suspend fun getWorkspace(argument: suspend GetWorkspacePlainArgsBuilder.() -> Unit): GetWorkspaceResult
suspend fun getWorkspace(resourceGroupName: String, serviceName: String, workspaceName: String): GetWorkspaceResult