SystemTopicProperties interface
Properties of the System Topic.
Properties
| encryption | Key encryption configuration properties of the system topic resource. This is an optional property. When not specified, no key encryption is used. |
| metric |
Metric resource id for the system topic. |
| platform |
Represents the platform capabilities of the resource, including Azure Confidential Compute related properties. |
| provisioning |
Provisioning state of the system topic. |
| source | Source for the system topic. |
| topic |
TopicType for the system topic. |
Property Details
encryption
Key encryption configuration properties of the system topic resource. This is an optional property. When not specified, no key encryption is used.
encryption?: KeyEncryption
Property Value
metricResourceId
Metric resource id for the system topic.
metricResourceId?: string
Property Value
string
platformCapabilities
Represents the platform capabilities of the resource, including Azure Confidential Compute related properties.
platformCapabilities?: PlatformCapabilities
Property Value
provisioningState
Provisioning state of the system topic.
provisioningState?: string
Property Value
string
source
Source for the system topic.
source?: string
Property Value
string
topicType
TopicType for the system topic.
topicType?: string
Property Value
string