JobProperties.StorageAuthenticationType Property

Definition

Specifies authentication type being used for connecting to storage account.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to