Topics

Get properties of an extension topic.

Get the properties of an extension topic.

get/{scope}/providers/Microsoft.EventGrid/extensionTopics/default

Path parameters

scopestring required

The identifier of the resource to which extension topic is queried. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace. For example, use '/subscriptions/{subscriptionId}/' for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' for Azure resource.

Query parameters

api-versionstring required

Version of the API to be used with the client request.

Response

OK

idstring

Fully qualified identifier of the resource.

namestring

Name of the resource.

typestring

Type of the resource.

Changes