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

InMageAzureV2ReprotectInput Class

Definition

InMageAzureV2 specific provider input.

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

Constructors

InMageAzureV2ReprotectInput()

Creates an new InMageAzureV2ReprotectInput instance.

Properties

DisksToInclude

The disks to include list.

InstanceType

The class type.

LogStorageAccountId

The storage account to be used for logging during replication.

MasterTargetId

The Master target Id.

PolicyId

The Policy Id.

ProcessServerId

The Process Server Id.

RunAsAccountId

The CS account Id.

StorageAccountId

The storage account id.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InMageAzureV2ReprotectInput.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InMageAzureV2ReprotectInput.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of InMageAzureV2ReprotectInput into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to