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.v2024_01_01.models._models_py3.TrackedResourceEHNamespace
Constructor
EHNamespace(*, location: str | None = None, tags: Dict[str, str] | None = None, sku: _models.Sku | None = None, identity: _models.Identity | None = None, minimum_tls_version: str | _models.TlsVersion | None = None, cluster_arm_id: str | None = None, is_auto_inflate_enabled: bool | None = None, public_network_access: str | _models.PublicNetworkAccess = 'Enabled', 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, disable_local_auth: bool | None = None, alternate_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
Resource location. |
tags
|
Resource tags. |
sku
|
Properties of sku resource. |
identity
|
Properties of BYOK Identity description. |
minimum_tls_version
|
str or
TlsVersion
The minimum TLS version for the cluster to support, e.g. '1.2'. Known values are: "1.0", "1.1", and "1.2". |
cluster_arm_id
|
Cluster ARM ID of the Namespace. |
is_auto_inflate_enabled
|
Value that indicates whether AutoInflate is enabled for eventhub namespace. |
public_network_access
|
This determines if traffic is allowed over public network. By default it is enabled. Known values are: "Enabled", "Disabled", and "SecuredByPerimeter". Default value: Enabled
|
maximum_throughput_units
|
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. |
disable_local_auth
|
This property disables SAS authentication for the Event Hubs namespace. |
alternate_name
|
Alternate name specified when alias and namespace names are same. |
Variables
Name | Description |
---|---|
id
|
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long |
name
|
The name of the resource. |
type
|
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
location
|
Resource location. |
tags
|
Resource tags. |
sku
|
Properties of sku resource. |
identity
|
Properties of BYOK Identity description. |
system_data
|
The system meta data relating to this resource. |
minimum_tls_version
|
str or
TlsVersion
The minimum TLS version for the cluster to support, e.g. '1.2'. Known values are: "1.0", "1.1", and "1.2". |
provisioning_state
|
Provisioning state of the Namespace. |
status
|
Status of the Namespace. |
created_at
|
The time the Namespace was created. |
updated_at
|
The time the Namespace was updated. |
service_bus_endpoint
|
Endpoint you can use to perform Service Bus operations. |
cluster_arm_id
|
Cluster ARM ID of the Namespace. |
metric_id
|
Identifier for Azure Insights metrics. |
is_auto_inflate_enabled
|
Value that indicates whether AutoInflate is enabled for eventhub namespace. |
public_network_access
|
This determines if traffic is allowed over public network. By default it is enabled. Known values are: "Enabled", "Disabled", and "SecuredByPerimeter". |
maximum_throughput_units
|
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. |
disable_local_auth
|
This property disables SAS authentication for the Event Hubs namespace. |
alternate_name
|
Alternate name specified when alias and namespace names are same. |
Azure SDK for Python