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

Constructor

EHNamespace(*, location: Optional[str] = None, tags: Optional[Dict[str, str]] = None, sku: Optional[azure.mgmt.eventhub.v2021_11_01.models._models_py3.Sku] = None, identity: Optional[azure.mgmt.eventhub.v2021_11_01.models._models_py3.Identity] = None, cluster_arm_id: Optional[str] = None, is_auto_inflate_enabled: Optional[bool] = None, maximum_throughput_units: Optional[int] = None, kafka_enabled: Optional[bool] = None, zone_redundant: Optional[bool] = None, encryption: Optional[azure.mgmt.eventhub.v2021_11_01.models._models_py3.Encryption] = None, private_endpoint_connections: Optional[List[azure.mgmt.eventhub.v2021_11_01.models._models_py3.PrivateEndpointConnection]] = None, disable_local_auth: Optional[bool] = None, alternate_name: Optional[str] = None, **kwargs)

Variables

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
dict[str, str]

A set of tags. Resource tags.

sku
Sku

Properties of sku resource.

identity
Identity

Properties of BYOK Identity description.

system_data
SystemData

The system meta data relating to this resource.

provisioning_state
str

Provisioning state of the Namespace.

status
str

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

cluster_arm_id
str

Cluster ARM ID of the Namespace.

metric_id
str

Identifier for Azure Insights metrics.

is_auto_inflate_enabled
bool

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
bool

Value that indicates whether Kafka is enabled for eventhub namespace.

zone_redundant
bool

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

encryption
Encryption

Properties of BYOK Encryption description.

private_endpoint_connections
list[PrivateEndpointConnection]

List of private endpoint connections.

disable_local_auth
bool

This property disables SAS authentication for the Event Hubs namespace.

alternate_name
str

Alternate name specified when alias and namespace names are same.