你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

InMageDisableProtectionProviderSpecificInput Class

Definition

InMage disable protection provider specific input.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.InMageDisableProtectionProviderSpecificInputTypeConverter))]
public class InMageDisableProtectionProviderSpecificInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IInMageDisableProtectionProviderSpecificInput, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.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.Api202401.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