StorageAccountCredential Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
StorageAccountCredential() |
Initializes a new instance of the StorageAccountCredential class. |
StorageAccountCredential(String, String, String, String, String, String, SystemData, String, AsymmetricEncryptedSecret, String, String, String) |
Initializes a new instance of the StorageAccountCredential class. |
StorageAccountCredential()
Initializes a new instance of the StorageAccountCredential class.
public StorageAccountCredential ();
Public Sub New ()
Applies to
StorageAccountCredential(String, String, String, String, String, String, SystemData, String, AsymmetricEncryptedSecret, String, String, String)
Initializes a new instance of the StorageAccountCredential class.
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)
Parameters
- alias
- String
Alias for the storage account.
- sslStatus
- String
Signifies whether SSL needs to be enabled or not. Possible values include: 'Enabled', 'Disabled'
- accountType
- String
Type of storage accessed on the storage account. Possible values include: 'GeneralPurposeStorage', 'BlobStorage'
- id
- String
The path ID that uniquely identifies the object.
- name
- String
The object name.
- type
- String
The hierarchical type of the object.
- systemData
- SystemData
StorageAccountCredential object
- userName
- String
Username for the storage account.
- accountKey
- AsymmetricEncryptedSecret
Encrypted storage key.
- connectionString
- String
Connection string for the storage account. Use this string if username and account key are not specified.
- blobDomainName
- String
Blob end point for private clouds.
- storageAccountId
- String
Id of the storage account.
Applies to
Azure SDK for .NET