Compartir a través de


IBlobReferenceInputDataSource.StorageAccount Property

Definition

A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.

[Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Create=true, Description="A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.IStorageAccount) }, Read=true, ReadOnly=false, Required=false, SerializedName="storageAccounts", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.IStorageAccount> StorageAccount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Create=true, Description="A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.IStorageAccount) }, Read=true, ReadOnly=false, Required=false, SerializedName="storageAccounts", Update=true)>]
member this.StorageAccount : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.IStorageAccount> with get, set
Public Property StorageAccount As List(Of IStorageAccount)

Property Value

Attributes

Applies to