MigrationDataContainer 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 respresents the legacy appliance's volume container.
public class MigrationDataContainer
type MigrationDataContainer = class
Public Class MigrationDataContainer
- Inheritance
-
MigrationDataContainer
Constructors
MigrationDataContainer() |
Initializes a new instance of the MigrationDataContainer class. |
Properties
BackupBucket |
Required. Gets or sets the backup bucket's name |
BackupStorageAccountCredential |
Required. Gets or sets the Storage Account's Credential where backup bucket is created |
BandwidthSetting |
Required. Gets or sets the bandwidth settings assoiated with volume container |
EncryptionKey |
Optional. Gets or sets the data encryption key. |
InstanceId |
Optional. Gets or sets the instance id of volume container |
IsDefault |
Required. Gets or sets a value indicating whether this instance is default. |
Name |
Required. Gets or sets the name of the volume container |
OperationInProgress |
Optional. Gets or sets a value indicating whether any volume container operation in progress |
Owned |
Optional. Gets or sets a value indicating whether volume container is owned or not. |
PrimaryBucket |
Required. Gets or sets the primary bucket's name |
PrimaryStorageAccountCredential |
Required. Gets or sets Storage Account's Credential where the primary bucket is stored |
SecretsEncryptionThumbprint |
Required. Gets or sets the secret (credential) encryption thumbprint. |
Applies to
Azure SDK for .NET