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: Optional[str] = None, tags: Optional[Dict[str, str]] = None, sku: Optional[azure.mgmt.eventhub.v2015_08_01.models._models_py3.Sku] = None, status: Optional[Union[str, azure.mgmt.eventhub.v2015_08_01.models._event_hub_management_client_enums.NamespaceState]] = None, provisioning_state: Optional[str] = None, created_at: Optional[datetime.datetime] = None, updated_at: Optional[datetime.datetime] = None, service_bus_endpoint: Optional[str] = None, enabled: Optional[bool] = None, **kwargs)

Variables

id
str

Resource Id.

name
str

Resource name.

location
str

Resource location.

type
str

Resource type.

tags
dict[str, str]

A set of tags. Resource tags.

sku
Sku

SKU parameters supplied to the create Namespace operation.

status
str or NamespaceState

State of the Namespace. Possible values include: "Unknown", "Creating", "Created", "Activating", "Enabling", "Active", "Disabling", "Disabled", "SoftDeleting", "SoftDeleted", "Removing", "Removed", "Failed".

provisioning_state
str

Provisioning state 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.

enabled
bool

Specifies whether this instance is enabled.