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.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET