MigrationImportDataContainerRequest 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.
This class represents request body of import data container.
public class MigrationImportDataContainerRequest
type MigrationImportDataContainerRequest = class
Public Class MigrationImportDataContainerRequest
- Inheritance
-
MigrationImportDataContainerRequest
Constructors
MigrationImportDataContainerRequest() |
Initializes a new instance of the MigrationImportDataContainerRequest class. |
MigrationImportDataContainerRequest(List<String>, Boolean, Boolean) |
Initializes a new instance of the MigrationImportDataContainerRequest class with required arguments. |
Properties
DataContainerNames |
Required. Gets or sets list of volume container names to be migrated |
ForceOnOtherDevice |
Required. Gets or sets the value indicating whether to migrate the volume container by force |
SkipACRs |
Required. Gets or sets a value indicating whether to skip the Access control records from migration |