AccountCredentialDetails Class

Definition

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