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

StorageAccountMicrosoftEndpoints 构造函数

定义

重载

StorageAccountMicrosoftEndpoints()

初始化 StorageAccountMicrosoftEndpoints 类的新实例。

StorageAccountMicrosoftEndpoints(String, String, String, String, String, String)

初始化 StorageAccountMicrosoftEndpoints 类的新实例。

StorageAccountMicrosoftEndpoints()

初始化 StorageAccountMicrosoftEndpoints 类的新实例。

public StorageAccountMicrosoftEndpoints ();
Public Sub New ()

适用于

StorageAccountMicrosoftEndpoints(String, String, String, String, String, String)

初始化 StorageAccountMicrosoftEndpoints 类的新实例。

public StorageAccountMicrosoftEndpoints (string blob = default, string queue = default, string table = default, string file = default, string web = default, string dfs = default);
new Microsoft.Azure.Management.Storage.Models.StorageAccountMicrosoftEndpoints : string * string * string * string * string * string -> Microsoft.Azure.Management.Storage.Models.StorageAccountMicrosoftEndpoints
Public Sub New (Optional blob As String = Nothing, Optional queue As String = Nothing, Optional table As String = Nothing, Optional file As String = Nothing, Optional web As String = Nothing, Optional dfs As String = Nothing)

参数

blob
String

获取 Blob 终结点。

queue
String

获取队列终结点。

table
String

获取表终结点。

file
String

获取文件终结点。

web
String

获取 Web 终结点。

dfs
String

获取 dfs 终结点。

适用于