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

SwitchProtectionInput Constructors

Definition

Overloads

SwitchProtectionInput()

Initializes a new instance of the SwitchProtectionInput class.

SwitchProtectionInput(SwitchProtectionInputProperties)

Initializes a new instance of the SwitchProtectionInput class.

SwitchProtectionInput()

Initializes a new instance of the SwitchProtectionInput class.

public SwitchProtectionInput();
Public Sub New ()

Applies to

SwitchProtectionInput(SwitchProtectionInputProperties)

Initializes a new instance of the SwitchProtectionInput class.

public SwitchProtectionInput(Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.SwitchProtectionInputProperties properties = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.SwitchProtectionInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.SwitchProtectionInputProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.SwitchProtectionInput
Public Sub New (Optional properties As SwitchProtectionInputProperties = Nothing)

Parameters

properties
SwitchProtectionInputProperties

Switch protection properties.

Applies to