Description | : Gets all the available namespaces within the subscription, irrespective of the resource groups. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "Namespaces_List", "$responses": { "200": { "$properties": { "value": { "$properties": { "properties": [ { "#name": "zoneRedundant", "Description": { "new": "This property reflects if zone redundancy has been enabled for namespaces in regions that support availability zones.", "old": "Enabling this property creates a Premium Service Bus Namespace in regions supported availability zones." } } ] } } } } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.ServiceBus/namespaces
{
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
sku:
{
,
name:
enum
,
tier:
enum
,
capacity:
integer
,
}
identity:
{
,
principalId:
string
,
tenantId:
string
,
type:
enum
,
userAssignedIdentities:
object
,
}
systemData:
{
,
createdBy:
string
,
createdByType:
enum
,
createdAt:
string
,
lastModifiedBy:
string
,
lastModifiedByType:
enum
,
lastModifiedAt:
string
,
}
properties:
}
{
,
minimumTlsVersion:
enum
,
provisioningState:
string
,
status:
string
,
createdAt:
string
,
updatedAt:
string
,
serviceBusEndpoint:
string
,
metricId:
string
,
zoneRedundant:
boolean
,
encryption:
{
,
keyVaultProperties:
[
]
,
{
,
keyName:
string
,
keyVaultUri:
string
,
keyVersion:
string
,
identity:
}
{
,
userAssignedIdentity:
string
,
}
keySource:
enum
,
requireInfrastructureEncryption:
boolean
,
}
privateEndpointConnections:
[
]
,
{
,
properties:
{
,
privateEndpoint:
{
,
id:
string
,
}
privateLinkServiceConnectionState:
{
,
status:
enum
,
description:
string
,
}
provisioningState:
enum
,
}
systemData:
}
{
,
createdBy:
string
,
createdByType:
enum
,
createdAt:
string
,
lastModifiedBy:
string
,
lastModifiedByType:
enum
,
lastModifiedAt:
string
,
}
disableLocalAuth:
boolean
,
alternateName:
string
,
publicNetworkAccess:
enum
,
premiumMessagingPartitions:
integer
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
]
,
{
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}