IotHubEnrichmentProperties(String, String, IEnumerable<String>) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.