GetKeyVaultPlainArgs

data class GetKeyVaultPlainArgs(val name: String, val resourceGroupName: String) : ConvertibleToJava<GetKeyVaultPlainArgs>

A collection of arguments for invoking getKeyVault.

Constructors

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

Properties

Link copied to clipboard

Specifies the name of the Key Vault.

Link copied to clipboard

The name of the Resource Group in which the Key Vault exists.

Functions

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