SBNamespace Class

Description of a namespace resource.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.servicebus.v2018_01_01_preview.models._models_py3.TrackedResource
SBNamespace

Constructor

SBNamespace(*, location: str, tags: Dict[str, str] | None = None, sku: _models.SBSku | None = None, identity: _models.Identity | None = None, zone_redundant: bool | None = None, encryption: _models.Encryption | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
location
str

The Geo-location where the resource lives. Required.

tags

Resource tags.

sku

Properties of SKU.

identity

Properties of BYOK Identity description.

zone_redundant

Enabling this property creates a Premium Service Bus Namespace in regions supported availability zones.

encryption

Properties of BYOK Encryption description.

Variables

Name Description
id
str

Resource Id.

name
str

Resource name.

type
str

Resource type.

location
str

The Geo-location where the resource lives. Required.

tags

Resource tags.

sku

Properties of SKU.

identity

Properties of BYOK Identity description.

provisioning_state
str

Provisioning state of the namespace.

status
str

Status of the namespace.

created_at

The time the namespace was created.

updated_at

The time the namespace was updated.

service_bus_endpoint
str

Endpoint you can use to perform Service Bus operations.

metric_id
str

Identifier for Azure Insights metrics.

zone_redundant

Enabling this property creates a Premium Service Bus Namespace in regions supported availability zones.

encryption

Properties of BYOK Encryption description.