Get Dapr Subscription Result
data class GetDaprSubscriptionResult(val azureApiVersion: String, 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(azureApiVersion: String, 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)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Bulk subscription options
Link copied to clipboard
Deadletter topic name
Link copied to clipboard
Dapr PubSub component name
Link copied to clipboard
Subscription routes
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.