ListContainerItemsInner Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ListContainerItemsInner() |
Initializes a new instance of the ListContainerItemsInner class. |
ListContainerItemsInner(IList<ListContainerItem>) |
Initializes a new instance of the ListContainerItemsInner class. |
ListContainerItemsInner()
Initializes a new instance of the ListContainerItemsInner class.
public ListContainerItemsInner();
Public Sub New ()
Applies to
ListContainerItemsInner(IList<ListContainerItem>)
Initializes a new instance of the ListContainerItemsInner class.
public ListContainerItemsInner(System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Fluent.Models.ListContainerItem> value = default);
new Microsoft.Azure.Management.Storage.Fluent.Models.ListContainerItemsInner : System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Fluent.Models.ListContainerItem> -> Microsoft.Azure.Management.Storage.Fluent.Models.ListContainerItemsInner
Public Sub New (Optional value As IList(Of ListContainerItem) = Nothing)
Parameters
- value
- IList<ListContainerItem>
The list of blob containers.