ManagedRunCommandScriptContent(String, Uri, String) Constructor
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.
Initializes a new instance of ManagedRunCommandScriptContent.
public ManagedRunCommandScriptContent(string stepName, Uri scriptUri, string scriptParameters);
new Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ManagedRunCommandScriptContent : string * Uri * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ManagedRunCommandScriptContent
Public Sub New (stepName As String, scriptUri As Uri, scriptParameters As String)
Parameters
- stepName
- String
The step name.
- scriptUri
- Uri
The script url.
- scriptParameters
- String
The script parameters.
Exceptions
stepName, scriptUri or scriptParameters is null.