SBNamespaceUpdateParameters Class

Description of a namespace resource.

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

Inheritance
azure.mgmt.servicebus.v2021_11_01.models._models_py3.ResourceNamespacePatch
SBNamespaceUpdateParameters

Constructor

SBNamespaceUpdateParameters(*, location: str | None = None, tags: Dict[str, str] | None = None, sku: _models.SBSku | None = None, identity: _models.Identity | None = None, encryption: _models.Encryption | None = None, private_endpoint_connections: List[_models.PrivateEndpointConnection] | None = None, disable_local_auth: bool | None = None, alternate_name: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
location
str

Resource location.

tags

Resource tags.

sku

Properties of SKU.

identity

Properties of BYOK Identity description.

encryption

Properties of BYOK Encryption description.

private_endpoint_connections

List of private endpoint connections.

disable_local_auth

This property disables SAS authentication for the Service Bus namespace.

alternate_name
str

Alternate name for namespace.

Variables

Name Description
id
str

Resource Id.

name
str

Resource name.

type
str

Resource type.

location
str

Resource location.

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.

encryption

Properties of BYOK Encryption description.

private_endpoint_connections

List of private endpoint connections.

disable_local_auth

This property disables SAS authentication for the Service Bus namespace.

alternate_name
str

Alternate name for namespace.