ExtensionTopicsOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

EventGridManagementClient's

<xref:extension_topics> attribute.

Constructor

ExtensionTopicsOperations(*args, **kwargs)

Methods

get

Get properties of an extension topic.

Get the properties of an extension topic.

get

Get properties of an extension topic.

Get the properties of an extension topic.

async get(scope: str, **kwargs: Any) -> ExtensionTopic

Parameters

Name Description
scope
Required
str

The fully qualified Azure Resource manager identifier of the resource. Required.

Returns

Type Description

ExtensionTopic. The ExtensionTopic is compatible with MutableMapping

Exceptions

Type Description