你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
StorageAccountCredential 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
StorageAccountCredential() |
初始化 StorageAccountCredential 类的新实例。 |
StorageAccountCredential(String, String, String, String, String, String, SystemData, String, AsymmetricEncryptedSecret, String, String, String) |
初始化 StorageAccountCredential 类的新实例。 |
StorageAccountCredential()
初始化 StorageAccountCredential 类的新实例。
public StorageAccountCredential ();
Public Sub New ()
适用于
StorageAccountCredential(String, String, String, String, String, String, SystemData, String, AsymmetricEncryptedSecret, String, String, String)
初始化 StorageAccountCredential 类的新实例。
public StorageAccountCredential (string alias, string sslStatus, string accountType, string id = default, string name = default, string type = default, Microsoft.Azure.Management.DataBoxEdge.Models.SystemData systemData = default, string userName = default, Microsoft.Azure.Management.DataBoxEdge.Models.AsymmetricEncryptedSecret accountKey = default, string connectionString = default, string blobDomainName = default, string storageAccountId = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.StorageAccountCredential : string * string * string * string * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.SystemData * string * Microsoft.Azure.Management.DataBoxEdge.Models.AsymmetricEncryptedSecret * string * string * string -> Microsoft.Azure.Management.DataBoxEdge.Models.StorageAccountCredential
Public Sub New (alias As String, sslStatus As String, accountType As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional userName As String = Nothing, Optional accountKey As AsymmetricEncryptedSecret = Nothing, Optional connectionString As String = Nothing, Optional blobDomainName As String = Nothing, Optional storageAccountId As String = Nothing)
参数
- alias
- String
存储帐户的别名。
- sslStatus
- String
指示是否需要启用 SSL。 可能的值包括:“Enabled”、“Disabled”
- accountType
- String
在存储帐户上访问的存储类型。 可能的值包括:“GeneralPurposeStorage”、“BlobStorage”
- id
- String
唯一标识对象的路径 ID。
- name
- String
对象名称。
- type
- String
对象的分层类型。
- systemData
- SystemData
StorageAccountCredential 对象
- userName
- String
存储帐户的用户名。
- accountKey
- AsymmetricEncryptedSecret
加密的存储密钥。
- connectionString
- String
存储帐户的连接字符串。 如果未指定用户名和帐户密钥,请使用此字符串。
- blobDomainName
- String
私有云的 Blob 终结点。
- storageAccountId
- String
存储帐户的 ID。