AccountCredentialDetails 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
AccountCredentialDetails() |
Initializes a new instance of the AccountCredentialDetails class. |
AccountCredentialDetails(String, Nullable<DataAccountType>, String, IList<ShareCredentialDetails>) |
Initializes a new instance of the AccountCredentialDetails class. |
AccountCredentialDetails()
Initializes a new instance of the AccountCredentialDetails class.
public AccountCredentialDetails ();
Public Sub New ()
Applies to
AccountCredentialDetails(String, Nullable<DataAccountType>, String, IList<ShareCredentialDetails>)
Initializes a new instance of the AccountCredentialDetails class.
public AccountCredentialDetails (string accountName = default, Microsoft.Azure.Management.DataBox.Models.DataAccountType? dataAccountType = default, string accountConnectionString = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.ShareCredentialDetails> shareCredentialDetails = default);
new Microsoft.Azure.Management.DataBox.Models.AccountCredentialDetails : string * Nullable<Microsoft.Azure.Management.DataBox.Models.DataAccountType> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.ShareCredentialDetails> -> Microsoft.Azure.Management.DataBox.Models.AccountCredentialDetails
Public Sub New (Optional accountName As String = Nothing, Optional dataAccountType As Nullable(Of DataAccountType) = Nothing, Optional accountConnectionString As String = Nothing, Optional shareCredentialDetails As IList(Of ShareCredentialDetails) = Nothing)
Parameters
- accountName
- String
Name of the account.
- dataAccountType
- Nullable<DataAccountType>
Type of the account. Possible values include: 'StorageAccount', 'ManagedDisk'
- accountConnectionString
- String
Connection string of the account endpoint to use the account as a storage endpoint on the device.
- shareCredentialDetails
- IList<ShareCredentialDetails>
Per share level unencrypted access credentials.
Applies to
Azure SDK for .NET