AccountCredentialDetails Class
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.
Credential details of the account.
public class AccountCredentialDetails
type AccountCredentialDetails = class
Public Class AccountCredentialDetails
- Inheritance
-
AccountCredentialDetails
Constructors
AccountCredentialDetails() |
Initializes a new instance of the AccountCredentialDetails class. |
AccountCredentialDetails(String, Nullable<DataAccountType>, String, IList<ShareCredentialDetails>) |
Initializes a new instance of the AccountCredentialDetails class. |
Properties
AccountConnectionString |
Gets connection string of the account endpoint to use the account as a storage endpoint on the device. |
AccountName |
Gets name of the account. |
DataAccountType |
Gets type of the account. Possible values include: 'StorageAccount', 'ManagedDisk' |
ShareCredentialDetails |
Gets per share level unencrypted access credentials. |
Applies to
Azure SDK for .NET