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

RecoveryPlanTestFailoverInputProperties Class

Definition

Recovery plan test failover input properties.

public class RecoveryPlanTestFailoverInputProperties
type RecoveryPlanTestFailoverInputProperties = class
Public Class RecoveryPlanTestFailoverInputProperties
Inheritance
RecoveryPlanTestFailoverInputProperties

Constructors

RecoveryPlanTestFailoverInputProperties()

Initializes a new instance of the RecoveryPlanTestFailoverInputProperties class.

RecoveryPlanTestFailoverInputProperties(String, String, String, IList<RecoveryPlanProviderSpecificFailoverInput>)

Initializes a new instance of the RecoveryPlanTestFailoverInputProperties class.

Properties

FailoverDirection

Gets or sets the failover direction. Possible values include: 'PrimaryToRecovery', 'RecoveryToPrimary'

NetworkId

Gets or sets the Id of the network to be used for test failover.

NetworkType

Gets or sets the network type to be used for test failover.

ProviderSpecificDetails

Gets or sets the provider specific properties.

Methods

Validate()

Validate the object.

Applies to