你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CloudFileClient 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
CloudFileClient(StorageUri, StorageCredentials, DelegatingHandler) |
使用指定的文件服务终结点和帐户凭据初始化 CloudFileClient 类的新实例。 |
CloudFileClient(Uri, StorageCredentials, DelegatingHandler) |
使用指定的文件服务终结点和帐户凭据初始化 CloudFileClient 类的新实例。 |
CloudFileClient(StorageUri, StorageCredentials, DelegatingHandler)
使用指定的文件服务终结点和帐户凭据初始化 CloudFileClient 类的新实例。
public CloudFileClient (Microsoft.Azure.Storage.StorageUri storageUri, Microsoft.Azure.Storage.Auth.StorageCredentials credentials, System.Net.Http.DelegatingHandler delegatingHandler = default);
new Microsoft.Azure.Storage.File.CloudFileClient : Microsoft.Azure.Storage.StorageUri * Microsoft.Azure.Storage.Auth.StorageCredentials * System.Net.Http.DelegatingHandler -> Microsoft.Azure.Storage.File.CloudFileClient
Public Sub New (storageUri As StorageUri, credentials As StorageCredentials, Optional delegatingHandler As DelegatingHandler = Nothing)
参数
- storageUri
- StorageUri
用于创建客户端的文件服务端点。
- credentials
- StorageCredentials
- delegatingHandler
- DelegatingHandler
一个包含 1 个或更多 DelegatingHandler 实例的链,其中最内部必须具有 null InnerHandler。
适用于
CloudFileClient(Uri, StorageCredentials, DelegatingHandler)
使用指定的文件服务终结点和帐户凭据初始化 CloudFileClient 类的新实例。
public CloudFileClient (Uri baseUri, Microsoft.Azure.Storage.Auth.StorageCredentials credentials, System.Net.Http.DelegatingHandler delegatingHandler = default);
new Microsoft.Azure.Storage.File.CloudFileClient : Uri * Microsoft.Azure.Storage.Auth.StorageCredentials * System.Net.Http.DelegatingHandler -> Microsoft.Azure.Storage.File.CloudFileClient
Public Sub New (baseUri As Uri, credentials As StorageCredentials, Optional delegatingHandler As DelegatingHandler = Nothing)
参数
- baseUri
- Uri
用于创建客户端的文件服务端点。
- credentials
- StorageCredentials
- delegatingHandler
- DelegatingHandler
一个包含 1 个或更多 DelegatingHandler 实例的链,其中最内部必须具有 null InnerHandler。