KeyVaultReferenceResponse

data class KeyVaultReferenceResponse(val id: String, val url: String)

Identifies the Azure key vault associated with a Batch account.

Constructors

Link copied to clipboard
constructor(id: String, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The resource ID of the Azure key vault associated with the Batch account.

Link copied to clipboard
val url: String

The URL of the Azure key vault associated with the Batch account.