你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RecoveryPlanScriptActionDetails Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RecoveryPlanScriptActionDetails() |
Initializes a new instance of the RecoveryPlanScriptActionDetails class. |
RecoveryPlanScriptActionDetails(String, String, String) |
Initializes a new instance of the RecoveryPlanScriptActionDetails class. |
RecoveryPlanScriptActionDetails()
Initializes a new instance of the RecoveryPlanScriptActionDetails class.
public RecoveryPlanScriptActionDetails ();
Public Sub New ()
Applies to
RecoveryPlanScriptActionDetails(String, String, String)
Initializes a new instance of the RecoveryPlanScriptActionDetails class.
public RecoveryPlanScriptActionDetails (string path, string fabricLocation, string timeout = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanScriptActionDetails : string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanScriptActionDetails
Public Sub New (path As String, fabricLocation As String, Optional timeout As String = Nothing)
Parameters
- path
- String
The script path.
- fabricLocation
- String
The fabric location. Possible values include: 'Primary', 'Recovery'
- timeout
- String
The script timeout.