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.v2021_01_01_preview.models._models_py3.TrackedResourceSBNamespace
Constructor
SBNamespace(*, location: str, tags: Optional[Dict[str, str]] = None, sku: Optional[azure.mgmt.servicebus.v2021_01_01_preview.models._models_py3.SBSku] = None, identity: Optional[azure.mgmt.servicebus.v2021_01_01_preview.models._models_py3.Identity] = None, zone_redundant: Optional[bool] = None, encryption: Optional[azure.mgmt.servicebus.v2021_01_01_preview.models._models_py3.Encryption] = None, private_endpoint_connections: Optional[List[azure.mgmt.servicebus.v2021_01_01_preview.models._models_py3.PrivateEndpointConnection]] = None, **kwargs)
Parameters
- zone_redundant
- bool
Enabling this property creates a Premium Service Bus Namespace in regions supported availability zones.
- private_endpoint_connections
- list[PrivateEndpointConnection]
List of private endpoint connections.
Variables
- id
- str
Resource Id.
- name
- str
Resource name.
- type
- str
Resource type.
- system_data
- SystemData
The system meta data relating to this resource.
- provisioning_state
- str
Provisioning state of the namespace.
- status
- str
Status of the namespace.
- created_at
- datetime
The time the namespace was created.
- updated_at
- datetime
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.
Feedback
Submit and view feedback for