Partager via


ExportImportDevice.Authentication Propriété

Définition

Mécanisme d’authentification utilisé par le module.

[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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Ce paramètre est facultatif et est défini par défaut sur SAS s’il n’est pas fourni. Dans ce cas, les clés d’accès primaire/secondaire sont générées automatiquement.

S’applique à