GetKeyVaultPlainArgs

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

A collection of arguments for invoking getKeyVault.

Constructors

Link copied to clipboard
fun GetKeyVaultPlainArgs(name: String, resourceGroupName: String)

Functions

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

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.