Databox Functions
object DataboxFunctions
Functions
Link copied to clipboard
Gets information about the specified job. Azure REST API version: 2022-12-01. Other available API versions: 2019-09-01, 2023-03-01.
suspend fun getJob(expand: String? = null, jobName: String, resourceGroupName: String): GetJobResult
Link copied to clipboard
This method gets the unencrypted secrets related to the job. Azure REST API version: 2022-12-01. Other available API versions: 2019-09-01, 2023-03-01.
suspend fun listJobCredentials(argument: suspend ListJobCredentialsPlainArgsBuilder.() -> Unit): ListJobCredentialsResult
suspend fun listJobCredentials(jobName: String, resourceGroupName: String): ListJobCredentialsResult