Share via


InMageDisableProtectionProviderSpecificInput Class

Definition

InMage disable protection provider specific input.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageDisableProtectionProviderSpecificInputTypeConverter))]
public class InMageDisableProtectionProviderSpecificInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageDisableProtectionProviderSpecificInput, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageDisableProtectionProviderSpecificInputTypeConverter))>]
type InMageDisableProtectionProviderSpecificInput = class
    interface IInMageDisableProtectionProviderSpecificInput
    interface IJsonSerializable
    interface IDisableProtectionProviderSpecificInput
    interface IValidates
Public Class InMageDisableProtectionProviderSpecificInput
Implements IInMageDisableProtectionProviderSpecificInput, IValidates
Inheritance
InMageDisableProtectionProviderSpecificInput
Attributes
Implements

Constructors

InMageDisableProtectionProviderSpecificInput()

Creates an new InMageDisableProtectionProviderSpecificInput instance.

Properties

InstanceType

The class type.

ReplicaVMDeletionStatus

A value indicating whether the replica VM should be destroyed or retained. Values from Delete and Retain.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InMageDisableProtectionProviderSpecificInput.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InMageDisableProtectionProviderSpecificInput.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageDisableProtectionProviderSpecificInput.

FromJsonString(String)

Creates a new instance of InMageDisableProtectionProviderSpecificInput, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of InMageDisableProtectionProviderSpecificInput into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to