VideoAnalyzerUpdate.StorageAccounts Property

Definition

Gets or sets the storage accounts for this resource.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to