Partilhar via


IotHubEnrichmentProperties(String, String, IEnumerable<String>) Construtor

Definição

Inicializa uma nova instância de IotHubEnrichmentProperties.

public IotHubEnrichmentProperties (string key, string value, System.Collections.Generic.IEnumerable<string> endpointNames);
new Azure.ResourceManager.IotHub.Models.IotHubEnrichmentProperties : string * string * seq<string> -> Azure.ResourceManager.IotHub.Models.IotHubEnrichmentProperties
Public Sub New (key As String, value As String, endpointNames As IEnumerable(Of String))

Parâmetros

key
String

A chave ou o nome da propriedade de enriquecimento.

value
String

O valor da propriedade de enriquecimento.

endpointNames
IEnumerable<String>

A lista de pontos de extremidade para os quais o enriquecimento é aplicado à mensagem.

Exceções

key, value ou endpointNames é nulo.

Aplica-se a