GetStorageAccountCredentialPlainArgs

data class GetStorageAccountCredentialPlainArgs(val managerName: String, val resourceGroupName: String, val storageAccountCredentialName: String) : ConvertibleToJava<GetStorageAccountCredentialPlainArgs>

Constructors

Link copied to clipboard
constructor(managerName: String, resourceGroupName: String, storageAccountCredentialName: String)

Properties

Link copied to clipboard

The manager name

Link copied to clipboard

The resource group name

Link copied to clipboard

The name of storage account credential to be fetched.

Functions

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