Share via


A2ACrossClusterMigrationEnableProtectionInput Class

Definition

A2A Cross-Cluster Migration enable protection input.

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

Constructors

A2ACrossClusterMigrationEnableProtectionInput()

Creates an new A2ACrossClusterMigrationEnableProtectionInput instance.

Properties

FabricObjectId

The fabric specific object Id of the virtual machine.

InstanceType

The class type.

RecoveryContainerId

The recovery container Id.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of A2ACrossClusterMigrationEnableProtectionInput.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of A2ACrossClusterMigrationEnableProtectionInput.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of A2ACrossClusterMigrationEnableProtectionInput into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to