SystemTopicProperties Class
Properties of the System Topic.
Constructor
SystemTopicProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
provisioning_state
|
Provisioning state of the system topic. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Canceled", and "Failed". |
|
source
|
Source for the system topic. |
|
topic_type
|
TopicType for the system topic. |
|
metric_resource_id
|
Metric resource id for the system topic. |
|
encryption
|
Key encryption configuration properties of the system topic resource. This is an optional property. When not specified, no key encryption is used. |
|
platform_capabilities
|
Represents the platform capabilities of the resource, including Azure Confidential Compute related properties. |
Attributes
encryption
Key encryption configuration properties of the system topic resource. This is an optional property. When not specified, no key encryption is used.
encryption: _models.KeyEncryption | None
metric_resource_id
Metric resource id for the system topic.
metric_resource_id: str | None
platform_capabilities
Represents the platform capabilities of the resource, including Azure Confidential Compute related properties.
platform_capabilities: _models.PlatformCapabilities | None
provisioning_state
"Creating", "Updating", "Deleting", "Succeeded", "Canceled", and "Failed".
provisioning_state: str | _models.ResourceProvisioningState | None
source
Source for the system topic.
source: str | None
topic_type
TopicType for the system topic.
topic_type: str | None