EventHubsNamespaceData 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.
A class representing the EventHubsNamespace data model. Single Namespace item in List or Get Operation
public class EventHubsNamespaceData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventHubs.EventHubsNamespaceData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventHubs.EventHubsNamespaceData>
type EventHubsNamespaceData = class
inherit TrackedResourceData
interface IJsonModel<EventHubsNamespaceData>
interface IPersistableModel<EventHubsNamespaceData>
Public Class EventHubsNamespaceData
Inherits TrackedResourceData
Implements IJsonModel(Of EventHubsNamespaceData), IPersistableModel(Of EventHubsNamespaceData)
- Inheritance
- Implements
Constructors
EventHubsNamespaceData(AzureLocation) |
Initializes a new instance of EventHubsNamespaceData. |
Properties
AlternateName |
Alternate name specified when alias and namespace names are same. |
ClusterArmId |
Cluster ARM ID of the Namespace. |
CreatedOn |
The time the Namespace was created. |
DisableLocalAuth |
This property disables SAS authentication for the Event Hubs namespace. |
Encryption |
Properties of BYOK Encryption description. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
Identity |
Properties of BYOK Identity description. |
IsAutoInflateEnabled |
Value that indicates whether AutoInflate is enabled for eventhub namespace. |
KafkaEnabled |
Value that indicates whether Kafka is enabled for eventhub namespace. |
Location |
The geo-location where the resource lives. (Inherited from TrackedResourceData) |
MaximumThroughputUnits |
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'. |
Name |
The name of the resource. (Inherited from ResourceData) |
PrivateEndpointConnections |
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. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
ServiceBusEndpoint |
Endpoint you can use to perform Service Bus operations. |
Sku |
Properties of sku resource. |
Status |
Status of the Namespace. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. (Inherited from TrackedResourceData) |
UpdatedOn |
The time the Namespace was updated. |
ZoneRedundant |
Enabling this property creates a Standard Event Hubs Namespace in regions supported availability zones. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from TrackedResourceData) |
Explicit Interface Implementations
IJsonModel<EventHubsNamespaceData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<EventHubsNamespaceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<EventHubsNamespaceData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<EventHubsNamespaceData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<EventHubsNamespaceData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET