EhNamespaceProperties Class
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.
Namespace properties supplied for create namespace operation.
[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.EhNamespacePropertiesTypeConverter))]
public class EhNamespaceProperties : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEhNamespaceProperties
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.EhNamespacePropertiesTypeConverter))>]
type EhNamespaceProperties = class
interface IEhNamespaceProperties
interface IJsonSerializable
Public Class EhNamespaceProperties
Implements IEhNamespaceProperties
- Inheritance
-
EhNamespaceProperties
- Attributes
- Implements
Constructors
EhNamespaceProperties() |
Creates an new EhNamespaceProperties instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EhNamespaceProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EhNamespaceProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEhNamespaceProperties. |
FromJsonString(String) |
Creates a new instance of EhNamespaceProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of EhNamespaceProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |