GetDaprSubscriptionResult

data class GetDaprSubscriptionResult(val bulkSubscribe: DaprSubscriptionBulkSubscribeOptionsResponse? = null, val deadLetterTopic: String? = null, val id: String, val metadata: Map<String, String>? = null, val name: String, val pubsubName: String? = null, val routes: DaprSubscriptionRoutesResponse? = null, val scopes: List<String>? = null, val systemData: SystemDataResponse, val topic: String? = null, val type: String)

Dapr PubSub Event Subscription.

Constructors

Link copied to clipboard
constructor(bulkSubscribe: DaprSubscriptionBulkSubscribeOptionsResponse? = null, deadLetterTopic: String? = null, id: String, metadata: Map<String, String>? = null, name: String, pubsubName: String? = null, routes: DaprSubscriptionRoutesResponse? = null, scopes: List<String>? = null, systemData: SystemDataResponse, topic: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Bulk subscription options

Link copied to clipboard
val deadLetterTopic: String? = null

Deadletter topic name

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

Subscription metadata

Link copied to clipboard

The name of the resource

Link copied to clipboard
val pubsubName: String? = null

Dapr PubSub component name

Link copied to clipboard

Subscription routes

Link copied to clipboard
val scopes: List<String>? = null

Application scopes to restrict the subscription to specific apps.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val topic: String? = null

Topic name

Link copied to clipboard

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