ListBitLockerKeyPlainArgs

data class ListBitLockerKeyPlainArgs(val jobName: String, val resourceGroupName: String) : ConvertibleToJava<ListBitLockerKeyPlainArgs>

Constructors

Link copied to clipboard
constructor(jobName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the import/export job.

Link copied to clipboard

The resource group name uniquely identifies the resource group within the user subscription.

Functions

Link copied to clipboard
open override fun toJava(): ListBitLockerKeyPlainArgs