GetSystemTopicResult

data class GetSystemTopicResult(val id: String, val identities: List<GetSystemTopicIdentity>, val location: String, val metricArmResourceId: String, val name: String, val resourceGroupName: String, val sourceArmResourceId: String, val tags: Map<String, String>, val topicType: String)

A collection of values returned by getSystemTopic.

Constructors

Link copied to clipboard
constructor(id: String, identities: List<GetSystemTopicIdentity>, location: String, metricArmResourceId: String, name: String, resourceGroupName: String, sourceArmResourceId: String, tags: Map<String, String>, topicType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

An identity block as defined below, which contains the Managed Service Identity information for this Event Grid System Topic.

Link copied to clipboard
Link copied to clipboard

The Metric ARM Resource ID of the Event Grid System Topic.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The ID of the Event Grid System Topic ARM Source.

Link copied to clipboard

A mapping of tags which are assigned to the Event Grid System Topic.

Link copied to clipboard

The Topic Type of the Event Grid System Topic.