GetSystemTopicResult

data class GetSystemTopicResult(val azureApiVersion: String, val id: String, val identity: IdentityInfoResponse? = null, val location: String, val metricResourceId: String, val name: String, val provisioningState: String, val source: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val topicType: String? = null, val type: String)

EventGrid System Topic.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, identity: IdentityInfoResponse? = null, location: String, metricResourceId: String, name: String, provisioningState: String, source: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, topicType: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

Fully qualified identifier of the resource.

Link copied to clipboard

Identity information for the resource.

Link copied to clipboard

Location of the resource.

Link copied to clipboard

Metric resource id for the system topic.

Link copied to clipboard

Name of the resource.

Link copied to clipboard

Provisioning state of the system topic.

Link copied to clipboard
val source: String? = null

Source for the system topic.

Link copied to clipboard

The system metadata relating to the Event Grid resource.

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

Tags of the resource.

Link copied to clipboard
val topicType: String? = null

TopicType for the system topic.

Link copied to clipboard

Type of the resource.