listJobEnvSecrets

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

Return

Secret environment variable collection.

Parameters

argument

null


suspend fun listJobEnvSecrets(jobName: String, resourceGroupName: String, serviceName: String): ListJobEnvSecretsResult

Return

Secret environment variable collection.

Parameters

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.ListJobEnvSecretsPlainArgs.

See also