AppplatformFunctions

Functions

Link copied to clipboard

Get the API portal and its properties. API Version: 2022-01-01-preview.

suspend fun getApiPortal(apiPortalName: String, resourceGroupName: String, serviceName: String): GetApiPortalResult
Link copied to clipboard

Get the API portal custom domain. API Version: 2022-01-01-preview.

suspend fun getApiPortalCustomDomain(apiPortalName: String, domainName: String, resourceGroupName: String, serviceName: String): GetApiPortalCustomDomainResult
Link copied to clipboard
suspend fun getApp(argument: GetAppPlainArgs): GetAppResult

Get an App and its properties. API Version: 2020-07-01.

suspend fun getApp(argument: suspend GetAppPlainArgsBuilder.() -> Unit): GetAppResult
suspend fun getApp(appName: String, resourceGroupName: String, serviceName: String, syncStatus: String? = null): GetAppResult
Link copied to clipboard

Get an resource upload URL for an App, which may be artifacts or source archive. API Version: 2020-07-01.

suspend fun getAppResourceUploadUrl(appName: String, resourceGroupName: String, serviceName: String): GetAppResourceUploadUrlResult
Link copied to clipboard

Get a Binding and its properties. API Version: 2020-07-01.

suspend fun getBinding(argument: suspend GetBindingPlainArgsBuilder.() -> Unit): GetBindingResult
suspend fun getBinding(appName: String, bindingName: String, resourceGroupName: String, serviceName: String): GetBindingResult
Link copied to clipboard

Get a buildpack binding by name. API Version: 2022-01-01-preview.

suspend fun getBuildpackBinding(buildServiceName: String, builderName: String, buildpackBindingName: String, resourceGroupName: String, serviceName: String): GetBuildpackBindingResult
Link copied to clipboard

Get build service agent pool. API Version: 2022-01-01-preview.

suspend fun getBuildServiceAgentPool(agentPoolName: String, buildServiceName: String, resourceGroupName: String, serviceName: String): GetBuildServiceAgentPoolResult
Link copied to clipboard

Get a KPack builder. API Version: 2022-01-01-preview.

suspend fun getBuildServiceBuilder(buildServiceName: String, builderName: String, resourceGroupName: String, serviceName: String): GetBuildServiceBuilderResult
Link copied to clipboard

Get a KPack build result log download URL. API Version: 2022-01-01-preview.

suspend fun getBuildServiceBuildResultLog(buildName: String, buildResultName: String, buildServiceName: String, resourceGroupName: String, serviceName: String): GetBuildServiceBuildResultLogResult
Link copied to clipboard

Get an resource upload URL for build service, which may be artifacts or source archive. API Version: 2022-01-01-preview.

suspend fun getBuildServiceResourceUploadUrl(buildServiceName: String, resourceGroupName: String, serviceName: String): GetBuildServiceResourceUploadUrlResult
Link copied to clipboard

Get the certificate resource. API Version: 2020-07-01.

suspend fun getCertificate(certificateName: String, resourceGroupName: String, serviceName: String): GetCertificateResult
Link copied to clipboard

Get the config server and its properties. API Version: 2020-07-01.

suspend fun getConfigServer(resourceGroupName: String, serviceName: String): GetConfigServerResult
Link copied to clipboard

Get the Application Configuration Service and its properties. API Version: 2022-01-01-preview.

suspend fun getConfigurationService(configurationServiceName: String, resourceGroupName: String, serviceName: String): GetConfigurationServiceResult
Link copied to clipboard

Get the custom domain of one lifecycle application. API Version: 2020-07-01.

suspend fun getCustomDomain(appName: String, domainName: String, resourceGroupName: String, serviceName: String): GetCustomDomainResult
Link copied to clipboard

Get a Deployment and its properties. API Version: 2020-07-01.

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

Get deployment log file URL API Version: 2020-07-01.

suspend fun getDeploymentLogFileUrl(appName: String, deploymentName: String, resourceGroupName: String, serviceName: String): GetDeploymentLogFileUrlResult
Link copied to clipboard

Get the Spring Cloud Gateway and its properties. API Version: 2022-01-01-preview.

suspend fun getGateway(argument: suspend GetGatewayPlainArgsBuilder.() -> Unit): GetGatewayResult
suspend fun getGateway(gatewayName: String, resourceGroupName: String, serviceName: String): GetGatewayResult
Link copied to clipboard

Get the Spring Cloud Gateway custom domain. API Version: 2022-01-01-preview.

suspend fun getGatewayCustomDomain(domainName: String, gatewayName: String, resourceGroupName: String, serviceName: String): GetGatewayCustomDomainResult
Link copied to clipboard

Get the Spring Cloud Gateway route configs. API Version: 2022-01-01-preview.

suspend fun getGatewayRouteConfig(gatewayName: String, resourceGroupName: String, routeConfigName: String, serviceName: String): GetGatewayRouteConfigResult
Link copied to clipboard

Get the Monitoring Setting and its properties. API Version: 2020-07-01.

suspend fun getMonitoringSetting(resourceGroupName: String, serviceName: String): GetMonitoringSettingResult
Link copied to clipboard

Get a Service and its properties. API Version: 2020-07-01.

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

Get the Service Registry and its properties. API Version: 2022-01-01-preview.

suspend fun getServiceRegistry(resourceGroupName: String, serviceName: String, serviceRegistryName: String): GetServiceRegistryResult
Link copied to clipboard

Get the storage resource. API Version: 2021-09-01-preview.

suspend fun getStorage(argument: suspend GetStoragePlainArgsBuilder.() -> Unit): GetStorageResult
suspend fun getStorage(resourceGroupName: String, serviceName: String, storageName: String): GetStorageResult
Link copied to clipboard

List test keys for a Service. API Version: 2020-07-01.

suspend fun listServiceTestKeys(resourceGroupName: String, serviceName: String): ListServiceTestKeysResult