TopicTypesOperations Class

TopicTypesOperations operations.

You should not instantiate this class directly. Instead, you should create a Client instance that instantiates it for you and attaches it as an attribute.

Inheritance
builtins.object
TopicTypesOperations

Constructor

TopicTypesOperations(client, config, serializer, deserializer)

Parameters

client
Required

Client for service requests.

config
Required

Configuration of service client.

serializer
Required

An object model serializer.

deserializer
Required

An object model deserializer.

Variables

models

Alias to model classes used in this operation group.

Methods

get

Get a topic type.

Get information about a topic type.

list

List topic types.

List all registered topic types.

list_event_types

List event types.

List event types for a topic type.

get

Get a topic type.

Get information about a topic type.

get(topic_type_name: str, **kwargs: Any) -> azure.mgmt.eventgrid.models._models_py3.TopicTypeInfo

Parameters

topic_type_name
str
Required

Name of the topic type.

cls
callable

A custom type or function that will be passed the direct response

Returns

TopicTypeInfo, or the result of cls(response)

Return type

Exceptions

list

List topic types.

List all registered topic types.

list(**kwargs: Any) -> Iterable[azure.mgmt.eventgrid.models._models_py3.TopicTypesListResult]

Parameters

cls
callable

A custom type or function that will be passed the direct response

Returns

An iterator like instance of either TopicTypesListResult or the result of cls(response)

Return type

Exceptions

list_event_types

List event types.

List event types for a topic type.

list_event_types(topic_type_name: str, **kwargs: Any) -> Iterable[azure.mgmt.eventgrid.models._models_py3.EventTypesListResult]

Parameters

topic_type_name
str
Required

Name of the topic type.

cls
callable

A custom type or function that will be passed the direct response

Returns

An iterator like instance of either EventTypesListResult or the result of cls(response)

Return type

Exceptions

Attributes

models

models = <module 'azure.mgmt.eventgrid.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\eventgrid\\models\\__init__.py'>