Share via


EHNamespaceInner Class

Definition

Single Namespace item in List or Get Operation

[Microsoft.Rest.Serialization.JsonTransformation]
public class EHNamespaceInner : Microsoft.Azure.Management.EventHub.Fluent.Models.TrackedResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type EHNamespaceInner = class
    inherit TrackedResourceInner
Public Class EHNamespaceInner
Inherits TrackedResourceInner
Inheritance
Attributes

Constructors

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.

Properties

CreatedAt

Gets the time the Namespace was created.

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
IsAutoInflateEnabled

Gets or sets value that indicates whether AutoInflate is enabled for eventhub namespace.

KafkaEnabled

Gets or sets value that indicates whether Kafka is enabled for eventhub namespace.

Location

Resource location

(Inherited from Resource)
MaximumThroughputUnits

Gets or sets upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true)

MetricId

Gets identifier for Azure Insights metrics.

Name

Resource name

(Inherited from ProxyResource)
ProvisioningState

Gets provisioning state of the Namespace.

ServiceBusEndpoint

Gets endpoint you can use to perform Service Bus operations.

Sku

Gets or sets properties of sku resource

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)
UpdatedAt

Gets the time the Namespace was updated.

Methods

Validate()

Validate the object.

Applies to