EHNamespace 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.v2017_04_01.models._models_py3.TrackedResource
EHNamespace

Constructor

EHNamespace(*, location: str | None = None, tags: Dict[str, str] | None = None, sku: _models.Sku | None = None, is_auto_inflate_enabled: bool | None = None, maximum_throughput_units: int | None = None, kafka_enabled: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
location
str

Resource location.

tags

Resource tags.

sku
Sku

Properties of sku resource.

is_auto_inflate_enabled

Value that indicates whether AutoInflate is enabled for eventhub namespace.

maximum_throughput_units
int

Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true).

kafka_enabled

Value that indicates whether Kafka is enabled for eventhub namespace.

Variables

Name Description
id
str

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
str

The name of the resource.

type
str

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

location
str

Resource location.

tags

Resource tags.

sku
Sku

Properties of sku resource.

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.

is_auto_inflate_enabled

Value that indicates whether AutoInflate is enabled for eventhub namespace.

maximum_throughput_units
int

Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true).

kafka_enabled

Value that indicates whether Kafka is enabled for eventhub namespace.