Share via


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

BlobProperties 构造函数

定义

重载

BlobProperties()

初始化 BlobProperties 类的新实例。

BlobProperties(BlobProperties)

基于现有实例初始化 BlobProperties 类的新实例。

BlobProperties()

初始化 BlobProperties 类的新实例。

public BlobProperties ();
Public Sub New ()

适用于

BlobProperties(BlobProperties)

基于现有实例初始化 BlobProperties 类的新实例。

public BlobProperties (Microsoft.Azure.Storage.Blob.BlobProperties other);
new Microsoft.Azure.Storage.Blob.BlobProperties : Microsoft.Azure.Storage.Blob.BlobProperties -> Microsoft.Azure.Storage.Blob.BlobProperties
Public Sub New (other As BlobProperties)

参数

other
BlobProperties

BlobProperties 对象。

注解

将不克隆租约相关的属性,因为与基 Blob 关联的租约不会复制到快照。

适用于