Compartilhar via


ExportImportDevice.Authentication Propriedade

Definição

O mecanismo de autenticação usado pelo 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 da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentários

Esse parâmetro é opcional e usa como padrão a SAS se não for fornecido. Nesse caso, as chaves de acesso primária/secundária são geradas automaticamente.

Aplica-se a