KeyVaultReferenceArgs

data class KeyVaultReferenceArgs(val id: Output<String>, val url: Output<String>) : ConvertibleToJava<KeyVaultReferenceArgs>

Identifies the Azure key vault associated with a Batch account.

Constructors

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

Properties

Link copied to clipboard
val id: Output<String>

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

Link copied to clipboard
val url: Output<String>

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

Functions

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