SBNamespaceUpdateProperties Class
Properties of the namespace.
Constructor
SBNamespaceUpdateProperties()
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
|
<xref:<xref:"Encryption">>
Properties of BYOK Encryption description. |
|
private_endpoint_connections
|
list[<xref:"PrivateEndpointConnection">]
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
alternateName
Alternate name for namespace.
alternateName: str
createdAt
The time the namespace was created.
createdAt: str
disableLocalAuth
This property disables SAS authentication for the Service Bus namespace.
disableLocalAuth: bool
encryption
Properties of BYOK Encryption description.
encryption: Encryption
metricId
Identifier for Azure Insights metrics.
metricId: str
privateEndpointConnections
List of private endpoint connections.
privateEndpointConnections: list[azure.mgmt.servicebus.types.PrivateEndpointConnection]
provisioningState
Provisioning state of the namespace.
provisioningState: str
serviceBusEndpoint
Endpoint you can use to perform Service Bus operations.
serviceBusEndpoint: str
status
Status of the namespace.
status: str
updatedAt
The time the namespace was updated.
updatedAt: str