Compartir a través de


JobProperties.StorageAuthenticationType Propiedad

Definición

Especifica el tipo de autenticación que se usa para conectarse a la cuenta de almacenamiento.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a