GetStorageAccountCredentialPlainArgs

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

Constructors

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

Functions

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

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.