你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ExportImportDevice.Authentication 属性

定义

模块使用的身份验证机制。

[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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

注解

此参数是可选的,如果未提供,则默认为 SAS。 在这种情况下,主/辅助访问密钥是自动生成的。

适用于