Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
A service namespace is a hierarchical graph in which entities can be created. The example in the following shows an exemplary namespace address. The host-name portion reflects the unique name of the namespace in DNS, based on the unique name chosen at creation time. The path section identifies the entity. All top-level Service Bus entities, such as Queue and Topic are addressed by this scheme.
https://{serviceNamespace}.servicebus.windows.net/{path}
The *.servicebus.windows.net suffix applies to all namespaces created in the global Azure cloud. Special environments use different suffixes. The separately operated German Azure cloud uses *.servicebus.cloudapi.de, for instance.
The {path} is a segmented expression with the forward-slash ('/') as the segment separator, for example, /test, /test/test2, or /test/test2/test3. Multiple entities can share the same
prefix segments, allowing formation of hierarchies. The maximum length of an entity name is 260 characters.
In This Section
Overview
Provides overview of the simplified REST API sets for managing entities.
Get Entity
Retrieves a messaging entity.
Entities Discovery
Discovers messaging entities.
Delete Entity
Deletes messaging entity.
Enumeration
List all messaging entities of certain kind in a flat view.
Create and Update Entity
Creates and updates messaging entities.