GetContainersPlainArgs

data class GetContainersPlainArgs(val namePrefix: String? = null, val storageAccountId: String) : ConvertibleToJava<GetContainersPlainArgs>

A collection of arguments for invoking getContainers.

Constructors

Link copied to clipboard
fun GetContainersPlainArgs(namePrefix: String? = null, storageAccountId: String)

Functions

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

Properties

Link copied to clipboard
val namePrefix: String? = null

A prefix match used for the Storage Container name field.

Link copied to clipboard

The ID of the Storage Account that the Storage Containers reside in.