NamespaceResource Class
Single Namespace item in List or Get Operation.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.eventhub.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, provisioning_state: str | None = None, created_at: datetime | None = None, updated_at: datetime | None = None, service_bus_endpoint: str | None = None, enabled: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
Resource location. |
tags
|
Resource tags. |
sku
|
SKU parameters supplied to the create Namespace operation. |
status
|
State of the Namespace. Known values are: "Unknown", "Creating", "Created", "Activating", "Enabling", "Active", "Disabling", "Disabled", "SoftDeleting", "SoftDeleted", "Removing", "Removed", and "Failed". |
provisioning_state
|
Provisioning state 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. |
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 parameters supplied to the create Namespace operation. |
status
|
State of the Namespace. Known values are: "Unknown", "Creating", "Created", "Activating", "Enabling", "Active", "Disabling", "Disabled", "SoftDeleting", "SoftDeleted", "Removing", "Removed", and "Failed". |
provisioning_state
|
Provisioning state 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. |
enabled
|
Specifies whether this instance is enabled. |
Azure SDK for Python