AppplatformFunctions

Functions

Link copied to clipboard

Get the API portal and its properties. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

Get the API portal custom domain. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getApiPortalCustomDomain(apiPortalName: String, domainName: String, resourceGroupName: String, serviceName: String): GetApiPortalCustomDomainResult
Link copied to clipboard
suspend fun getApm(argument: GetApmPlainArgs): GetApmResult

Get the APM by name. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getApm(argument: suspend GetApmPlainArgsBuilder.() -> Unit): GetApmResult
suspend fun getApm(apmName: String, resourceGroupName: String, serviceName: String): GetApmResult
Link copied to clipboard
suspend fun getApp(argument: GetAppPlainArgs): GetAppResult

Get an App and its properties. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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 the application accelerator. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getApplicationAccelerator(applicationAcceleratorName: String, resourceGroupName: String, serviceName: String): GetApplicationAcceleratorResult
Link copied to clipboard

Get the Application Live and its properties. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getApplicationLiveView(applicationLiveViewName: String, resourceGroupName: String, serviceName: String): GetApplicationLiveViewResult
Link copied to clipboard

Get an resource upload URL for an App, which may be artifacts or source archive. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

Get a Binding and its properties. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

Get build service agent pool. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

Get a KPack build. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getBuildServiceBuild(buildName: String, buildServiceName: String, resourceGroupName: String, serviceName: String): GetBuildServiceBuildResult
Link copied to clipboard

Get a KPack builder. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

Get a KPack build result log download URL. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

Get the certificate resource. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

Get the config server and its properties. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

Get the Application Configuration Service and its properties. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

Get the container registries resource. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getContainerRegistry(containerRegistryName: String, resourceGroupName: String, serviceName: String): GetContainerRegistryResult
Link copied to clipboard

Get the custom domain of one lifecycle application. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

Get the customized accelerator. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getCustomizedAccelerator(applicationAcceleratorName: String, customizedAcceleratorName: String, resourceGroupName: String, serviceName: String): GetCustomizedAcceleratorResult
Link copied to clipboard

Get a Deployment and its properties. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

Get deployment log file URL Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

Get remote debugging config. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getDeploymentRemoteDebuggingConfig(appName: String, deploymentName: String, resourceGroupName: String, serviceName: String): GetDeploymentRemoteDebuggingConfigResult
Link copied to clipboard

Get the Application Live and its properties. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getDevToolPortal(devToolPortalName: String, resourceGroupName: String, serviceName: String): GetDevToolPortalResult
Link copied to clipboard

Get the Spring Cloud Gateway and its properties. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

Get the Spring Cloud Gateway route configs. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

Get a Job and its properties. Uses Azure REST API version 2024-05-01-preview.

suspend fun getJob(argument: suspend GetJobPlainArgsBuilder.() -> Unit): GetJobResult
suspend fun getJob(jobName: String, resourceGroupName: String, serviceName: String): GetJobResult
Link copied to clipboard

Get the Monitoring Setting and its properties. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

Get a Service and its properties. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

Get the storage resource. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

List keys of APM sensitive properties. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun listApmSecretKeys(apmName: String, resourceGroupName: String, serviceName: String): ListApmSecretKeysResult
Link copied to clipboard

List deployments that are using the builder. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun listBuildServiceBuilderDeployments(buildServiceName: String, builderName: String, resourceGroupName: String, serviceName: String): ListBuildServiceBuilderDeploymentsResult
Link copied to clipboard

List sensitive environment variables of the Job. Uses Azure REST API version 2024-05-01-preview.

suspend fun listJobEnvSecrets(jobName: String, resourceGroupName: String, serviceName: String): ListJobEnvSecretsResult
Link copied to clipboard

List sensitive environment variables of Job execution. Uses Azure REST API version 2024-05-01-preview.

suspend fun listJobExecutionEnvSecrets(jobExecutionName: String, jobName: String, resourceGroupName: String, serviceName: String): ListJobExecutionEnvSecretsResult
Link copied to clipboard

List globally enabled APMs for a Service. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard

List test keys for a Service. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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