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

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