Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IListContainerItems 接口

定义

表示 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)
派生
实现

属性

Inner

表示 ListContainerItems 的类型。

(继承自 IHasInner<T>)
Manager

获取此资源类型的管理器客户端类型。

(继承自 IHasManager<ManagerT>)
Value

获取值。

适用于