GetQueuePlainArgs

data class GetQueuePlainArgs(val metadata: Map<String, String>? = null, val name: String, val storageAccountName: String) : ConvertibleToJava<GetQueuePlainArgs>

A collection of arguments for invoking getQueue.

Constructors

Link copied to clipboard
constructor(metadata: Map<String, String>? = null, name: String, storageAccountName: String)

Properties

Link copied to clipboard
val metadata: Map<String, String>? = null

A mapping of MetaData for this Queue.

Link copied to clipboard

The name of the Queue.

Link copied to clipboard

The name of the Storage Account where the Queue exists.

Functions

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