list Job Env Secrets
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
job Name
The name of the Job resource.
resource Group Name
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
service Name
The name of the Service resource.
See also
suspend fun listJobEnvSecrets(argument: suspend ListJobEnvSecretsPlainArgsBuilder.() -> Unit): ListJobEnvSecretsResult
Return
Secret environment variable collection.
Parameters
argument
Builder for com.pulumi.azurenative.appplatform.kotlin.inputs.ListJobEnvSecretsPlainArgs.