InMageDiskExclusionInput 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.
DiskExclusionInput when doing enable protection of virtual machine in InMage provider.
public class InMageDiskExclusionInput
type InMageDiskExclusionInput = class
Public Class InMageDiskExclusionInput
- Inheritance
-
InMageDiskExclusionInput
Constructors
InMageDiskExclusionInput() |
Initializes a new instance of the InMageDiskExclusionInput class. |
InMageDiskExclusionInput(IList<InMageVolumeExclusionOptions>, IList<InMageDiskSignatureExclusionOptions>) |
Initializes a new instance of the InMageDiskExclusionInput class. |
Properties
DiskSignatureOptions |
Gets or sets the guest disk signature based option for disk exclusion. |
VolumeOptions |
Gets or sets the volume label based option for disk exclusion. |