Uses of Class
com.azure.resourcemanager.eventhubs.fluent.models.EHNamespaceProperties
Packages that use EHNamespaceProperties
Package
Description
Package containing the inner data models for EventHubManagementClient.
-
Uses of EHNamespaceProperties in com.azure.resourcemanager.eventhubs.fluent.models
Classes in com.azure.resourcemanager.eventhubs.fluent.models that implement interfaces with type arguments of type EHNamespacePropertiesModifier and TypeClassDescriptionfinal classNamespace properties supplied for create namespace operation.Methods in com.azure.resourcemanager.eventhubs.fluent.models that return EHNamespacePropertiesModifier and TypeMethodDescriptionstatic EHNamespacePropertiesEHNamespaceProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EHNamespaceProperties from the JsonReader.EHNamespaceProperties.withAlternateName(String alternateName) Set the alternateName property: Alternate name specified when alias and namespace names are same.EHNamespaceProperties.withClusterArmId(String clusterArmId) Set the clusterArmId property: Cluster ARM ID of the Namespace.EHNamespaceProperties.withDisableLocalAuth(Boolean disableLocalAuth) Set the disableLocalAuth property: This property disables SAS authentication for the Event Hubs namespace.EHNamespaceProperties.withEncryption(Encryption encryption) Set the encryption property: Properties of BYOK Encryption description.EHNamespaceProperties.withIsAutoInflateEnabled(Boolean isAutoInflateEnabled) Set the isAutoInflateEnabled property: Value that indicates whether AutoInflate is enabled for eventhub namespace.EHNamespaceProperties.withKafkaEnabled(Boolean kafkaEnabled) Set the kafkaEnabled property: Value that indicates whether Kafka is enabled for eventhub namespace.EHNamespaceProperties.withMaximumThroughputUnits(Integer maximumThroughputUnits) Set the maximumThroughputUnits property: Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true).EHNamespaceProperties.withMinimumTlsVersion(TlsVersion minimumTlsVersion) Set the minimumTlsVersion property: The minimum TLS version for the cluster to support, e.g. '1.2'.EHNamespaceProperties.withPrivateEndpointConnections(List<PrivateEndpointConnectionInner> privateEndpointConnections) Set the privateEndpointConnections property: List of private endpoint connections.EHNamespaceProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: This determines if traffic is allowed over public network.EHNamespaceProperties.withZoneRedundant(Boolean zoneRedundant) Set the zoneRedundant property: Enabling this property creates a Standard Event Hubs Namespace in regions supported availability zones.