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.TrackedResource
NamespaceResource

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
str

Resource location.

tags

Resource tags.

sku
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
str

Provisioning state of the Namespace.

created_at

The time the Namespace was created.

updated_at

The time the Namespace was updated.

service_bus_endpoint
str

Endpoint you can use to perform Service Bus operations.

enabled

Specifies whether this instance is enabled.

Variables

Name Description
id
str

Resource Id.

name
str

Resource name.

location
str

Resource location.

type
str

Resource type.

tags

Resource tags.

sku
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
str

Provisioning state of the Namespace.

created_at

The time the Namespace was created.

updated_at

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.

enabled

Specifies whether this instance is enabled.