IListContainerItems Interface

Definition

Type representing ListContainerItems.

public interface IListContainerItems : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Storage.Fluent.Models.ListContainerItemsInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Storage.Fluent.StorageManager>
type IListContainerItems = interface
    interface IBeta
    interface IHasInner<ListContainerItemsInner>
    interface IHasManager<StorageManager>
Public Interface IListContainerItems
Implements IBeta, IHasInner(Of ListContainerItemsInner), IHasManager(Of StorageManager)
Derived
Implements

Properties

Inner (Inherited from IHasInner<T>)
Manager

Gets the manager client type of this resource type.

(Inherited from IHasManager<ManagerT>)
Value

Gets the value value.

Applies to