TransferAllDetails 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.
Details to transfer all data.
public class TransferAllDetails
type TransferAllDetails = class
Public Class TransferAllDetails
- Inheritance
-
TransferAllDetails
Constructors
TransferAllDetails() |
Initializes a new instance of the TransferAllDetails class. |
TransferAllDetails(DataAccountType, Nullable<Boolean>, Nullable<Boolean>) |
Initializes a new instance of the TransferAllDetails class. |
Properties
DataAccountType |
Gets or sets type of the account of data. Possible values include: 'StorageAccount', 'ManagedDisk' |
TransferAllBlobs |
Gets or sets to indicate if all Azure blobs have to be transferred |
TransferAllFiles |
Gets or sets to indicate if all Azure Files have to be transferred |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET