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

FileProperties 构造函数

定义

重载

FileProperties()

初始化 FileProperties 类的新实例。

FileProperties(FileProperties)

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

FileProperties()

初始化 FileProperties 类的新实例。

public FileProperties ();
Public Sub New ()

适用于

FileProperties(FileProperties)

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

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

参数

other
FileProperties

要克隆的文件属性集。

适用于