Compartilhar via


EHNamespace Construtores

Definição

Sobrecargas

EHNamespace()

Inicializa uma nova instância da 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)

Inicializa uma nova instância da classe EHNamespace.

EHNamespace()

Inicializa uma nova instância da classe EHNamespace.

public EHNamespace ();
Public Sub New ()

Aplica-se a

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)

Inicializa uma nova instância da 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)

Parâmetros

id
String

ID de recurso totalmente qualificada para o recurso. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

O nome do recurso

type
String

Tipo do recurso. Por exemplo, "Microsoft.Compute/virtualMachines" ou "Microsoft.Storage/storageAccounts"

location
String

Local do recurso.

tags
IDictionary<String,String>

Marcas de recurso.

sku
Sku

Propriedades do recurso de sku

identity
Identity

Propriedades da descrição da identidade BYOK

systemData
SystemData

Os metadados do sistema relacionados a esse recurso.

minimumTlsVersion
String

A versão mínima do TLS para o cluster dar suporte, por exemplo, '1.2'. Os valores possíveis incluem: '1.0', '1.1', '1.2'

provisioningState
String

Estado de provisionamento do Namespace.

status
String

Status do Namespace.

createdAt
Nullable<DateTime>

A hora em que o Namespace foi criado.

updatedAt
Nullable<DateTime>

A hora em que o Namespace foi atualizado.

serviceBusEndpoint
String

Ponto de extremidade que você pode usar para executar operações do Barramento de Serviço.

clusterArmId
String

ID do ARM do cluster do Namespace.

metricId
String

Identificador para métricas do Azure Insights.

isAutoInflateEnabled
Nullable<Boolean>

Valor que indica se AutoInflate está habilitado para o namespace do eventhub.

publicNetworkAccess
String

Isso determina se o tráfego é permitido pela rede pública. Por padrão, ele está habilitado. Os valores possíveis incluem: 'Enabled', 'Disabled', 'SecuredByPerimeter'

maximumThroughputUnits
Nullable<Int32>

Limite superior de unidades de taxa de transferência quando AutoInflate está habilitado, o valor deve estar dentro de 0 a 20 unidades de taxa de transferência. ( '0' se AutoInflateEnabled = true)

kafkaEnabled
Nullable<Boolean>

Valor que indica se o Kafka está habilitado para o namespace do eventhub.

zoneRedundant
Nullable<Boolean>

Habilitar essa propriedade cria um Namespace dos Hubs de Eventos Standard em regiões com suporte de zonas de disponibilidade.

encryption
Encryption

Propriedades da descrição da criptografia BYOK

privateEndpointConnections
IList<PrivateEndpointConnection>

Lista de conexões de ponto de extremidade privado.

disableLocalAuth
Nullable<Boolean>

Essa propriedade desabilita a autenticação SAS para o namespace dos Hubs de Eventos.

alternateName
String

Nome alternativo especificado quando alias e nomes de namespace são iguais.

Aplica-se a