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 になります。 その場合、プライマリ/セカンダリ アクセス キーが自動生成されます。

適用対象