EHNamespaceInner Constructors
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.
Overloads
EHNamespaceInner() |
Initializes a new instance of the EHNamespaceInner class. |
EHNamespaceInner(String, String, String, String, IDictionary<String, String>, Sku, String, Nullable<DateTime>, Nullable<DateTime>, String, String, Nullable<Boolean>, Nullable<Int32>, Nullable<Boolean>) |
Initializes a new instance of the EHNamespaceInner class. |
EHNamespaceInner()
Initializes a new instance of the EHNamespaceInner class.
public EHNamespaceInner ();
Public Sub New ()
Applies to
EHNamespaceInner(String, String, String, String, IDictionary<String, String>, Sku, String, Nullable<DateTime>, Nullable<DateTime>, String, String, Nullable<Boolean>, Nullable<Int32>, Nullable<Boolean>)
Initializes a new instance of the EHNamespaceInner class.
public EHNamespaceInner (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.EventHub.Fluent.Models.Sku sku = default, string provisioningState = default, DateTime? createdAt = default, DateTime? updatedAt = default, string serviceBusEndpoint = default, string metricId = default, bool? isAutoInflateEnabled = default, int? maximumThroughputUnits = default, bool? kafkaEnabled = default);
new Microsoft.Azure.Management.EventHub.Fluent.Models.EHNamespaceInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.EventHub.Fluent.Models.Sku * string * Nullable<DateTime> * Nullable<DateTime> * string * string * Nullable<bool> * Nullable<int> * Nullable<bool> -> Microsoft.Azure.Management.EventHub.Fluent.Models.EHNamespaceInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional sku As Sku = Nothing, Optional provisioningState As String = Nothing, Optional createdAt As Nullable(Of DateTime) = Nothing, Optional updatedAt As Nullable(Of DateTime) = Nothing, Optional serviceBusEndpoint As String = Nothing, Optional metricId As String = Nothing, Optional isAutoInflateEnabled As Nullable(Of Boolean) = Nothing, Optional maximumThroughputUnits As Nullable(Of Integer) = Nothing, Optional kafkaEnabled As Nullable(Of Boolean) = Nothing)
Parameters
- id
- String
- name
- String
- type
- String
- location
- String
Resource location
- tags
- IDictionary<String,String>
Resource tags
- sku
- Sku
Properties of sku resource
- provisioningState
- String
Provisioning state of the Namespace.
- serviceBusEndpoint
- String
Endpoint you can use to perform Service Bus operations.
- metricId
- String
Identifier for Azure Insights metrics.
Value that indicates whether AutoInflate is enabled for eventhub namespace.
Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true)
Value that indicates whether Kafka is enabled for eventhub namespace.
Applies to
Azure SDK for .NET