GetConsumerGroupResult

data class GetConsumerGroupResult(val createdAt: String, val id: String, val name: String, val type: String, val updatedAt: String, val userMetadata: String? = null)

Single item in List or Get Consumer group operation

Constructors

Link copied to clipboard
constructor(createdAt: String, id: String, name: String, type: String, updatedAt: String, userMetadata: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Exact time the message was created.

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

The name of the resource

Link copied to clipboard

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

Link copied to clipboard

The exact time the message was updated.

Link copied to clipboard
val userMetadata: String? = null

User Metadata is a placeholder to store user-defined string data with maximum length 1024. e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored.