你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
StorageAccountCredential 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
StorageAccountCredential() |
初始化 StorageAccountCredential 类的新实例。 |
StorageAccountCredential(String, SslStatus, String, String, String, Nullable<Kind>, AsymmetricEncryptedSecret, Nullable<Int32>) |
初始化 StorageAccountCredential 类的新实例。 |
StorageAccountCredential()
初始化 StorageAccountCredential 类的新实例。
public StorageAccountCredential ();
Public Sub New ()
适用于
StorageAccountCredential(String, SslStatus, String, String, String, Nullable<Kind>, AsymmetricEncryptedSecret, Nullable<Int32>)
初始化 StorageAccountCredential 类的新实例。
public StorageAccountCredential (string endPoint, Microsoft.Azure.Management.StorSimple8000Series.Models.SslStatus sslStatus, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple8000Series.Models.Kind? kind = default, Microsoft.Azure.Management.StorSimple8000Series.Models.AsymmetricEncryptedSecret accessKey = default, int? volumesCount = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.StorageAccountCredential : string * Microsoft.Azure.Management.StorSimple8000Series.Models.SslStatus * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.Kind> * Microsoft.Azure.Management.StorSimple8000Series.Models.AsymmetricEncryptedSecret * Nullable<int> -> Microsoft.Azure.Management.StorSimple8000Series.Models.StorageAccountCredential
Public Sub New (endPoint As String, sslStatus As SslStatus, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As Nullable(Of Kind) = Nothing, Optional accessKey As AsymmetricEncryptedSecret = Nothing, Optional volumesCount As Nullable(Of Integer) = Nothing)
参数
- endPoint
- String
存储终结点
- sslStatus
- SslStatus
指示是否需要启用 SSL。 可能的值包括:“Enabled”、“Disabled”
- id
- String
唯一标识对象的路径 ID。
- name
- String
对象的名称。
- type
- String
对象的分层类型。
- accessKey
- AsymmetricEncryptedSecret
存储帐户密码的详细信息。