DeviceTelemetryEventProperties Construtores
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.
Sobrecargas
DeviceTelemetryEventProperties() | |
DeviceTelemetryEventProperties(Object, IDictionary<String,String>, IDictionary<String,String>) |
DeviceTelemetryEventProperties()
public DeviceTelemetryEventProperties ();
Public Sub New ()
Aplica-se a
DeviceTelemetryEventProperties(Object, IDictionary<String,String>, IDictionary<String,String>)
public DeviceTelemetryEventProperties (object body = default, System.Collections.Generic.IDictionary<string,string> properties = default, System.Collections.Generic.IDictionary<string,string> systemProperties = default);
new Microsoft.Azure.EventGrid.Models.DeviceTelemetryEventProperties : obj * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.EventGrid.Models.DeviceTelemetryEventProperties
Public Sub New (Optional body As Object = Nothing, Optional properties As IDictionary(Of String, String) = Nothing, Optional systemProperties As IDictionary(Of String, String) = Nothing)
Parâmetros
- body
- Object
- properties
- IDictionary<String,String>
- systemProperties
- IDictionary<String,String>
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET