Compartir a través de


ExportImportDevice.Authentication Propiedad

Definición

Mecanismo de autenticación utilizado por el módulo.

[Newtonsoft.Json.JsonProperty(PropertyName="authentication")]
public Microsoft.Azure.Devices.AuthenticationMechanism Authentication { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="authentication")>]
member this.Authentication : Microsoft.Azure.Devices.AuthenticationMechanism with get, set
Public Property Authentication As AuthenticationMechanism

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Este parámetro es opcional y el valor predeterminado es SAS si no se proporciona. En ese caso, las claves de acceso principal/secundaria se generan automáticamente.

Se aplica a