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

IBlobContainer 接口

定义

表示 BlobContainer 的类型。

public interface IBlobContainer : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Storage.Fluent.Models.BlobContainerInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Storage.Fluent.StorageManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Storage.Fluent.BlobContainer.Update.IUpdate>
type IBlobContainer = interface
    interface IBeta
    interface IHasInner<BlobContainerInner>
    interface IHasId
    interface IIndexable
    interface IUpdatable<IUpdate>
    interface IHasManager<StorageManager>
Public Interface IBlobContainer
Implements IBeta, IHasId, IHasInner(Of BlobContainerInner), IHasManager(Of StorageManager), IIndexable, IUpdatable(Of IUpdate)
派生
实现

属性

Etag

获取 etag 值。

HasImmutabilityPolicy

获取 hasImmutabilityPolicy 值。

HasLegalHold

获取 hasLegalHold 值。

Id

获取 ID 值。

ImmutabilityPolicy

获取不可变性Policy 值。

Inner

表示 BlobContainer 的类型。

(继承自 IHasInner<T>)
Key

表示 BlobContainer 的类型。

(继承自 IIndexable)
LastModifiedTime

获取 lastModifiedTime 值。

LeaseDuration

获取 leaseDuration 值。

LeaseState

获取 leaseState 值。

LeaseStatus

获取 leaseStatus 值。

LegalHold

获取 legalHold 值。

Manager

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

(继承自 IHasManager<ManagerT>)
Metadata

获取元数据值。

Name

获取名称值。

PublicAccess

获取 publicAccess 值。

Type

获取类型值。

方法

Update()

表示 BlobContainer 的类型。

(继承自 IUpdatable<T>)

适用于