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

Constructor

EHNamespace(*, location: str | None = None, tags: Dict[str, str] | None = None, sku: _models.Sku | None = None, identity: _models.Identity | None = None, cluster_arm_id: str | None = None, is_auto_inflate_enabled: bool | None = None, maximum_throughput_units: int | None = None, kafka_enabled: bool | None = None, zone_redundant: bool | None = None, encryption: _models.Encryption | None = None, private_endpoint_connections: List[_models.PrivateEndpointConnection] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
location
str

Resource location.

tags

Resource tags.

sku
Sku

Properties of sku resource.

identity

Properties of BYOK Identity description.

cluster_arm_id
str

Cluster ARM ID of the Namespace.

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.

zone_redundant

Enabling this property creates a Standard Event Hubs Namespace in regions supported availability zones.

encryption

Properties of BYOK Encryption description.

private_endpoint_connections

List of private endpoint connections.

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.

identity

Properties of BYOK Identity description.

system_data

The system meta data relating to this resource.

provisioning_state
str

Provisioning state of the Namespace.

status
str

Status 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.

cluster_arm_id
str

Cluster ARM ID of the Namespace.

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.

zone_redundant

Enabling this property creates a Standard Event Hubs Namespace in regions supported availability zones.

encryption

Properties of BYOK Encryption description.

private_endpoint_connections

List of private endpoint connections.