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

UpdateStorageAccountWithAccountParameters 构造函数

定义

重载

UpdateStorageAccountWithAccountParameters()

初始化 UpdateStorageAccountWithAccountParameters 类的新实例。

UpdateStorageAccountWithAccountParameters(String, String, String)

初始化 UpdateStorageAccountWithAccountParameters 类的新实例。

UpdateStorageAccountWithAccountParameters()

初始化 UpdateStorageAccountWithAccountParameters 类的新实例。

public UpdateStorageAccountWithAccountParameters ();
Public Sub New ()

适用于

UpdateStorageAccountWithAccountParameters(String, String, String)

初始化 UpdateStorageAccountWithAccountParameters 类的新实例。

public UpdateStorageAccountWithAccountParameters (string name, string accessKey = default, string suffix = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateStorageAccountWithAccountParameters : string * string * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateStorageAccountWithAccountParameters
Public Sub New (name As String, Optional accessKey As String = Nothing, Optional suffix As String = Nothing)

参数

name
String

要更新的 Azure 存储帐户的唯一名称。

accessKey
String

与此 Azure 存储帐户关联的更新访问密钥,将用于连接到该帐户。

suffix
String

存储帐户的可选后缀。

适用于