Compartir a través de


BlobDataSourceProperties.StorageAccounts Propiedad

Definición

Obtiene o establece una lista de una o varias cuentas de Azure Storage. Se requiere en las solicitudes PUT (CreateOrReplace).

[Newtonsoft.Json.JsonProperty(PropertyName="storageAccounts")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.StreamAnalytics.Models.StorageAccount> StorageAccounts { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="storageAccounts")>]
member this.StorageAccounts : System.Collections.Generic.IList<Microsoft.Azure.Management.StreamAnalytics.Models.StorageAccount> with get, set
Public Property StorageAccounts As IList(Of StorageAccount)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a