SBNamespaceUpdateProperties Class
Properties of the namespace.
Constructor
SBNamespaceUpdateProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
provisioning_state
|
Provisioning state of the namespace. |
|
status
|
Status of the namespace. |
|
created_at
|
The time the namespace was created. |
|
updated_at
|
The time the namespace was updated. |
|
service_bus_endpoint
|
Endpoint you can use to perform Service Bus operations. |
|
metric_id
|
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
|
Alternate name for namespace. |
Attributes
alternate_name
Alternate name for namespace.
alternate_name: str | None
created_at
The time the namespace was created.
created_at: datetime | None
disable_local_auth
This property disables SAS authentication for the Service Bus namespace.
disable_local_auth: bool | None
encryption
Properties of BYOK Encryption description.
encryption: _models.Encryption | None
metric_id
Identifier for Azure Insights metrics.
metric_id: str | None
private_endpoint_connections
List of private endpoint connections.
private_endpoint_connections: list['_models.PrivateEndpointConnection'] | None
provisioning_state
Provisioning state of the namespace.
provisioning_state: str | None
service_bus_endpoint
Endpoint you can use to perform Service Bus operations.
service_bus_endpoint: str | None
status
Status of the namespace.
status: str | None
updated_at
The time the namespace was updated.
updated_at: datetime | None