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.Resource
TopicTypeInfo

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
str

Namespace of the provider of the topic type.

display_name
str

Display Name for the topic type.

description
str

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
str

Source resource format.

supported_scopes_for_source

Supported source scopes.

Variables

Name Description
id
str

Fully qualified identifier of the resource.

name
str

Name of the resource.

type
str

Type of the resource.

provider
str

Namespace of the provider of the topic type.

display_name
str

Display Name for the topic type.

description
str

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
str

Source resource format.

supported_scopes_for_source

Supported source scopes.