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

ICreateRecoveryPlanInputProperties.FailoverDeploymentModel Property

Definition

The failover deployment model.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The failover deployment model.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.FailoverDeploymentModel) }, ReadOnly=false, Required=false, SerializedName="failoverDeploymentModel")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.FailoverDeploymentModel? FailoverDeploymentModel { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The failover deployment model.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.FailoverDeploymentModel) }, ReadOnly=false, Required=false, SerializedName="failoverDeploymentModel")>]
member this.FailoverDeploymentModel : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.FailoverDeploymentModel> with get, set
Public Property FailoverDeploymentModel As Nullable(Of FailoverDeploymentModel)

Property Value

Attributes

Applies to