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
constructor(namePrefix: String? = null, storageAccountId: String)

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.

Functions

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