ImportexportFunctions

Functions

Link copied to clipboard
suspend fun getJob(argument: GetJobPlainArgs): GetJobResult

Gets information about an existing job. Uses Azure REST API version 2021-01-01.

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

Returns the BitLocker Keys for all drives in the specified job. Uses Azure REST API version 2021-01-01.

suspend fun listBitLockerKey(jobName: String, resourceGroupName: String): ListBitLockerKeyResult