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

CloudFile 构造函数

定义

重载

CloudFile(Uri)
CloudFile(StorageUri, StorageCredentials)
CloudFile(Uri, StorageCredentials)

CloudFile(Uri)

public CloudFile (Uri fileAbsoluteUri);
new Microsoft.WindowsAzure.Storage.File.CloudFile : Uri -> Microsoft.WindowsAzure.Storage.File.CloudFile
Public Sub New (fileAbsoluteUri As Uri)

参数

fileAbsoluteUri
Uri

适用于

CloudFile(StorageUri, StorageCredentials)

public CloudFile (Microsoft.WindowsAzure.Storage.StorageUri fileAbsoluteUri, Microsoft.WindowsAzure.Storage.Auth.StorageCredentials credentials);
new Microsoft.WindowsAzure.Storage.File.CloudFile : Microsoft.WindowsAzure.Storage.StorageUri * Microsoft.WindowsAzure.Storage.Auth.StorageCredentials -> Microsoft.WindowsAzure.Storage.File.CloudFile
Public Sub New (fileAbsoluteUri As StorageUri, credentials As StorageCredentials)

参数

fileAbsoluteUri
StorageUri
credentials
StorageCredentials

适用于

CloudFile(Uri, StorageCredentials)

public CloudFile (Uri fileAbsoluteUri, Microsoft.WindowsAzure.Storage.Auth.StorageCredentials credentials);
new Microsoft.WindowsAzure.Storage.File.CloudFile : Uri * Microsoft.WindowsAzure.Storage.Auth.StorageCredentials -> Microsoft.WindowsAzure.Storage.File.CloudFile
Public Sub New (fileAbsoluteUri As Uri, credentials As StorageCredentials)

参数

fileAbsoluteUri
Uri
credentials
StorageCredentials

适用于