listJobExecutionEnvSecrets

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

Return

Secret environment variable collection.

Parameters

argument

null


suspend fun listJobExecutionEnvSecrets(jobExecutionName: String, jobName: String, resourceGroupName: String, serviceName: String): ListJobExecutionEnvSecretsResult

Return

Secret environment variable collection.

Parameters

jobExecutionName

The name of the Job execution.

jobName

The name of the Job resource.

resourceGroupName

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serviceName

The name of the Service resource.

See also


Return

Secret environment variable collection.

Parameters

argument

Builder for com.pulumi.azurenative.appplatform.kotlin.inputs.ListJobExecutionEnvSecretsPlainArgs.

See also