LegacyApplianceConfig 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 the parsed config to be imported.
public class LegacyApplianceConfig
type LegacyApplianceConfig = class
Public Class LegacyApplianceConfig
- Inheritance
-
LegacyApplianceConfig
- Derived
Constructors
LegacyApplianceConfig() |
Initializes a new instance of the LegacyApplianceConfig class. |
Properties
AccessControlRecords |
Required. Gets or sets the list of Access Control Records from config xml to be imported. |
BackupPolicies |
Required. Gets or sets list of back policies from config xml to be imported. |
BandwidthSettings |
Required. Gets or sets list of Bandwidth settings from config xml to be imported. |
CloudConfigurations |
Required. Gets or sets list of volume containers from config xml to be imported. |
DeviceId |
Required. Gets or sets target device id to which volume containers needs to be migrated. |
InboundChapSettings |
Optional. Gets or sets list of inbound chap settings from config xml to be imported. |
InstanceId |
Optional. Gets or sets the unique config id to be passed while importing the config details |
Name |
Required. Gets or sets the name of the config |
OperationInProgress |
Optional. Gets or sets a value which indicating whether any operation is in progress |
SerialNumber |
Required. Gets or sets the serial number of the current sub-config entry when the config is splitted into smaller config and imported |
StorageAccountCredentials |
Required. Gets or sets the list of storage account credentials from config xml to be imported. |
TargetChapSettings |
Optional. Gets or sets the list of target chap settings from config xml to be imported |
TotalCount |
Required. Gets or sets the total count of sub-config entries to be imported, when the config splitted into smaller configs and imported |
VolumeGroups |
Required. Gets or sets the list of Volume Groups (VirtualDiskGroup) from config xml to be imported |
Volumes |
Required. Gets or sets the list of volumes (virtual disk) from config xml to be imported |
Applies to
Azure SDK for .NET