GetSecretPlainArgs

data class GetSecretPlainArgs(val resourceGroupName: String, val secretResourceName: String) : ConvertibleToJava<GetSecretPlainArgs>

Constructors

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

Properties

Link copied to clipboard

Azure resource group name

Link copied to clipboard

The name of the secret resource.

Functions

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