Skip to main content

subscriptions

Overview

Namesubscriptions
TypeResource
Idazure.service_bus.subscriptions

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
propertiesobjectDescription of Subscription Resource.
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, subscriptionName, topicNameReturns a subscription description for the specified topic.
list_by_topicSELECTnamespaceName, resourceGroupName, subscriptionId, topicNameList all the subscriptions under a specified topic.
create_or_updateINSERTnamespaceName, resourceGroupName, subscriptionId, subscriptionName, topicNameCreates a topic subscription.
deleteDELETEnamespaceName, resourceGroupName, subscriptionId, subscriptionName, topicNameDeletes a subscription from the specified topic.
_list_by_topicEXECnamespaceName, resourceGroupName, subscriptionId, topicNameList all the subscriptions under a specified topic.