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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageDiskExclusionInputTypeConverter))]
public class InMageDiskExclusionInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageDiskExclusionInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageDiskExclusionInputTypeConverter))>]
type InMageDiskExclusionInput = class
interface IInMageDiskExclusionInput
interface IJsonSerializable
Public Class InMageDiskExclusionInput
Implements IInMageDiskExclusionInput
- Inheritance
-
InMageDiskExclusionInput
- Attributes
- Implements
Constructors
InMageDiskExclusionInput() |
Creates an new InMageDiskExclusionInput instance. |
Properties
DiskSignatureOption |
The guest disk signature based option for disk exclusion. |
VolumeOption |
The volume label based option for disk exclusion. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of InMageDiskExclusionInput. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of InMageDiskExclusionInput. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageDiskExclusionInput. |
FromJsonString(String) |
Creates a new instance of InMageDiskExclusionInput, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of InMageDiskExclusionInput into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |