GetQueueResult

data class GetQueueResult(val approximateMessageCount: Int, val id: String, val metadata: Map<String, String>? = null, val name: String, val type: String)

Constructors

Link copied to clipboard
constructor(approximateMessageCount: Int, id: String, metadata: Map<String, String>? = null, name: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Integer indicating an approximate number of messages in the queue. This number is not lower than the actual number of messages in the queue, but could be higher.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

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

A name-value pair that represents queue metadata.

Link copied to clipboard

The name of the resource

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"