Share via


StorageInsight.Containers Property

Definition

Gets or sets the names of the blob containers that the workspace should read

[Newtonsoft.Json.JsonProperty(PropertyName="properties.containers")]
public System.Collections.Generic.IList<string> Containers { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.containers")>]
member this.Containers : System.Collections.Generic.IList<string> with get, set
Public Property Containers As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to