DataAccountDetails 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.
Account details of the data to be transferred Please note DataAccountDetails is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ManagedDiskDetails and DataBoxStorageAccountDetails.
public abstract class DataAccountDetails
type DataAccountDetails = class
Public MustInherit Class DataAccountDetails
- Inheritance
-
DataAccountDetails
- Derived
Constructors
DataAccountDetails() |
Initializes a new instance of DataAccountDetails. |
Properties
SharePassword |
Password for all the shares to be created on the device. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Password must have at least one uppercase alphabet, one number and one special character. Password cannot have the following characters : IilLoO0 Password can have only alphabets, numbers and these characters : @#-$%^!+=;:_()]+. |
Applies to
Azure SDK for .NET