JobProperties.StorageAuthenticationType プロパティ

定義

ストレージ アカウントへの接続に使用される認証の種類を指定します。

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="storageAuthenticationType")]
public Microsoft.Azure.Devices.StorageAuthenticationType? StorageAuthenticationType { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="storageAuthenticationType")>]
member this.StorageAuthenticationType : Nullable<Microsoft.Azure.Devices.StorageAuthenticationType> with get, set
Public Property StorageAuthenticationType As Nullable(Of StorageAuthenticationType)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象