Partager via


EHNamespace Constructeurs

Définition

Surcharges

EHNamespace()

Initialise une nouvelle instance de la classe EHNamespace.

EHNamespace(String, String, String, String, IDictionary<String, String>, Sku, Identity, SystemData, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, String, Nullable<Boolean>, String, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Encryption, IList<PrivateEndpointConnection>, Nullable<Boolean>, String)

Initialise une nouvelle instance de la classe EHNamespace.

EHNamespace()

Initialise une nouvelle instance de la classe EHNamespace.

public EHNamespace ();
Public Sub New ()

S’applique à

EHNamespace(String, String, String, String, IDictionary<String, String>, Sku, Identity, SystemData, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, String, Nullable<Boolean>, String, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Encryption, IList<PrivateEndpointConnection>, Nullable<Boolean>, String)

Initialise une nouvelle instance de la classe EHNamespace.

public EHNamespace (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.EventHub.Models.Sku sku = default, Microsoft.Azure.Management.EventHub.Models.Identity identity = default, Microsoft.Azure.Management.EventHub.Models.SystemData systemData = default, string minimumTlsVersion = default, string provisioningState = default, string status = default, DateTime? createdAt = default, DateTime? updatedAt = default, string serviceBusEndpoint = default, string clusterArmId = default, string metricId = default, bool? isAutoInflateEnabled = default, string publicNetworkAccess = default, int? maximumThroughputUnits = default, bool? kafkaEnabled = default, bool? zoneRedundant = default, Microsoft.Azure.Management.EventHub.Models.Encryption encryption = default, System.Collections.Generic.IList<Microsoft.Azure.Management.EventHub.Models.PrivateEndpointConnection> privateEndpointConnections = default, bool? disableLocalAuth = default, string alternateName = default);
new Microsoft.Azure.Management.EventHub.Models.EHNamespace : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.EventHub.Models.Sku * Microsoft.Azure.Management.EventHub.Models.Identity * Microsoft.Azure.Management.EventHub.Models.SystemData * string * string * string * Nullable<DateTime> * Nullable<DateTime> * string * string * string * Nullable<bool> * string * Nullable<int> * Nullable<bool> * Nullable<bool> * Microsoft.Azure.Management.EventHub.Models.Encryption * System.Collections.Generic.IList<Microsoft.Azure.Management.EventHub.Models.PrivateEndpointConnection> * Nullable<bool> * string -> Microsoft.Azure.Management.EventHub.Models.EHNamespace
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 identity As Identity = Nothing, Optional systemData As SystemData = Nothing, Optional minimumTlsVersion As String = Nothing, Optional provisioningState As String = Nothing, Optional status As String = Nothing, Optional createdAt As Nullable(Of DateTime) = Nothing, Optional updatedAt As Nullable(Of DateTime) = Nothing, Optional serviceBusEndpoint As String = Nothing, Optional clusterArmId As String = Nothing, Optional metricId As String = Nothing, Optional isAutoInflateEnabled As Nullable(Of Boolean) = Nothing, Optional publicNetworkAccess As String = Nothing, Optional maximumThroughputUnits As Nullable(Of Integer) = Nothing, Optional kafkaEnabled As Nullable(Of Boolean) = Nothing, Optional zoneRedundant As Nullable(Of Boolean) = Nothing, Optional encryption As Encryption = Nothing, Optional privateEndpointConnections As IList(Of PrivateEndpointConnection) = Nothing, Optional disableLocalAuth As Nullable(Of Boolean) = Nothing, Optional alternateName As String = Nothing)

Paramètres

id
String

ID de ressource complet pour la ressource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

nom de la ressource.

type
String

Type de la ressource. Par exemple, « Microsoft.Compute/virtualMachines » ou « Microsoft.Storage/storageAccounts »

location
String

Emplacement de la ressource.

tags
IDictionary<String,String>

Balises de ressource.

sku
Sku

Propriétés de la ressource SKU

identity
Identity

Propriétés de la description de l’identité BYOK

systemData
SystemData

Métadonnées système relatives à cette ressource.

minimumTlsVersion
String

Version TLS minimale à prendre en charge par le cluster, par exemple « 1.2 ». Les valeurs possibles incluent : '1.0', '1.1', '1.2'

provisioningState
String

État d’approvisionnement de l’espace de noms.

status
String

État de l’espace de noms.

createdAt
Nullable<DateTime>

Heure de création de l’espace de noms.

updatedAt
Nullable<DateTime>

Heure à laquelle l’espace de noms a été mis à jour.

serviceBusEndpoint
String

Point de terminaison que vous pouvez utiliser pour effectuer des opérations Service Bus.

clusterArmId
String

ID ARM de cluster de l’espace de noms.

metricId
String

Identificateur des métriques Azure Insights.

isAutoInflateEnabled
Nullable<Boolean>

Valeur qui indique si AutoInflate est activé pour l’espace de noms eventhub.

publicNetworkAccess
String

Cela détermine si le trafic est autorisé sur le réseau public. Par défaut, il est activé. Les valeurs possibles sont les suivantes : 'Enabled', 'Disabled', 'SecuredByPerimeter'

maximumThroughputUnits
Nullable<Int32>

Limite supérieure des unités de débit lorsque l’inflation automatique est activée, la valeur doit être comprise entre 0 et 20 unités de débit. ( '0' si AutoInflateEnabled = true)

kafkaEnabled
Nullable<Boolean>

Valeur qui indique si Kafka est activé pour l’espace de noms eventhub.

zoneRedundant
Nullable<Boolean>

L’activation de cette propriété crée un espace de noms Event Hubs Standard dans les zones de disponibilité prises en charge.

encryption
Encryption

Propriétés de la description du chiffrement BYOK

privateEndpointConnections
IList<PrivateEndpointConnection>

Liste des connexions de point de terminaison privé.

disableLocalAuth
Nullable<Boolean>

Cette propriété désactive l’authentification SAP pour l’espace de noms Event Hubs.

alternateName
String

Autre nom spécifié lorsque les noms d’alias et d’espace de noms sont identiques.

S’applique à