Skip to main content

topics

Overview

Nametopics
TypeResource
Idazure.service_bus.topics

Fields

NameDatatypeDescription
idstringFully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
namestringThe name of the resource
locationstringThe geo-location where the resource lives
propertiesobjectThe Topic Properties definition.
systemDataobjectMetadata pertaining to creation and last modification of the resource.
typestringThe type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"

Methods

NameAccessible byRequired ParamsDescription
getSELECTnamespaceName, resourceGroupName, subscriptionId, topicNameReturns a description for the specified topic.
list_by_namespaceSELECTnamespaceName, resourceGroupName, subscriptionIdGets all the topics in a namespace.
create_or_updateINSERTnamespaceName, resourceGroupName, subscriptionId, topicNameCreates a topic in the specified namespace.
deleteDELETEnamespaceName, resourceGroupName, subscriptionId, topicNameDeletes a topic from the specified namespace and resource group.
_list_by_namespaceEXECnamespaceName, resourceGroupName, subscriptionIdGets all the topics in a namespace.
regenerate_keysEXECauthorizationRuleName, namespaceName, resourceGroupName, subscriptionId, topicName, data__keyTypeRegenerates primary or secondary connection strings for the topic.