IEhNamespaceProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.EhNamespacePropertiesTypeConverter))]
public interface IEhNamespaceProperties : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.EhNamespacePropertiesTypeConverter))>]
type IEhNamespaceProperties = interface
interface IJsonSerializable
Public Interface IEhNamespaceProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AlternateName |
Alternate name specified when alias and namespace names are same. |
ClusterArmId |
Cluster ARM ID of the Namespace. |
CreatedAt |
The time the Namespace was created. |
DisableLocalAuth |
This property disables SAS authentication for the Event Hubs namespace. |
EncryptionKeySource |
Enumerates the possible value of keySource for Encryption |
EncryptionKeyVaultProperty |
Properties of KeyVault |
EncryptionRequireInfrastructureEncryption |
Enable Infrastructure Encryption (Double Encryption) |
GeoDataReplicationLocation |
A list of regions where replicas of the namespace are maintained. |
GeoDataReplicationMaxReplicationLagDurationInSecond |
The maximum acceptable lag for data replication operations from the primary replica to a quorum of secondary replicas. When the lag exceeds the configured amount, operations on the primary replica will be failed. The allowed values are 0 and 5 minutes to 1 day. |
IsAutoInflateEnabled |
Value that indicates whether AutoInflate is enabled for eventhub namespace. |
KafkaEnabled |
Value that indicates whether Kafka is enabled for eventhub namespace. |
MaximumThroughputUnit |
Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true) |
MetricId |
Identifier for Azure Insights metrics. |
MinimumTlsVersion |
The minimum TLS version for the cluster to support, e.g. '1.2' |
PrivateEndpointConnection |
List of private endpoint connections. |
ProvisioningState |
Provisioning state of the Namespace. |
PublicNetworkAccess |
This determines if traffic is allowed over public network. By default it is enabled. |
ServiceBusEndpoint |
Endpoint you can use to perform Service Bus operations. |
Status |
Status of the Namespace. |
UpdatedAt |
The time the Namespace was updated. |
ZoneRedundant |
Enabling this property creates a Standard Event Hubs Namespace in regions supported availability zones. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |