TopicTypeInfo Class
Properties of a topic type info.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.eventgrid.models._models_py3.ResourceTopicTypeInfo
Constructor
TopicTypeInfo(*, provider: str | None = None, display_name: str | None = None, description: str | None = None, resource_region_type: str | ResourceRegionType | None = None, provisioning_state: str | TopicTypeProvisioningState | None = None, supported_locations: List[str] | None = None, source_resource_format: str | None = None, supported_scopes_for_source: List[str | TopicTypeSourceScope] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
provider
|
Namespace of the provider of the topic type. |
display_name
|
Display Name for the topic type. |
description
|
Description of the topic type. |
resource_region_type
|
Region type of the resource. Possible values include: "RegionalResource", "GlobalResource". |
provisioning_state
|
Provisioning state of the topic type. Possible values include: "Creating", "Updating", "Deleting", "Succeeded", "Canceled", "Failed". |
supported_locations
|
List of locations supported by this topic type. |
source_resource_format
|
Source resource format. |
supported_scopes_for_source
|
Supported source scopes. |
Variables
Name | Description |
---|---|
id
|
Fully qualified identifier of the resource. |
name
|
Name of the resource. |
type
|
Type of the resource. |
provider
|
Namespace of the provider of the topic type. |
display_name
|
Display Name for the topic type. |
description
|
Description of the topic type. |
resource_region_type
|
Region type of the resource. Possible values include: "RegionalResource", "GlobalResource". |
provisioning_state
|
Provisioning state of the topic type. Possible values include: "Creating", "Updating", "Deleting", "Succeeded", "Canceled", "Failed". |
supported_locations
|
List of locations supported by this topic type. |
source_resource_format
|
Source resource format. |
supported_scopes_for_source
|
Supported source scopes. |
Azure SDK for Python