NamespaceResource 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.v2015_08_01.models._models_py3.TrackedResourceNamespaceResource
Constructor
NamespaceResource(*, location: str | None = None, tags: Dict[str, str] | None = None, sku: _models.Sku | None = None, status: str | _models.NamespaceState | None = None, create_acs_namespace: bool | None = None, enabled: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
Resource location. |
tags
|
Resource tags. |
sku
|
SKU of the namespace. |
status
|
State of the namespace. Known values are: "Unknown", "Creating", "Created", "Activating", "Enabling", "Active", "Disabling", "Disabled", "SoftDeleting", "SoftDeleted", "Removing", "Removed", and "Failed". |
create_acs_namespace
|
Indicates whether to create an ACS namespace. |
enabled
|
Specifies whether this instance is enabled. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource name. |
location
|
Resource location. |
type
|
Resource type. |
tags
|
Resource tags. |
sku
|
SKU of the namespace. |
provisioning_state
|
Provisioning state of the namespace. |
status
|
State of the namespace. Known values are: "Unknown", "Creating", "Created", "Activating", "Enabling", "Active", "Disabling", "Disabled", "SoftDeleting", "SoftDeleted", "Removing", "Removed", and "Failed". |
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. |
create_acs_namespace
|
Indicates whether to create an ACS namespace. |
enabled
|
Specifies whether this instance is enabled. |
Azure SDK for Python