Freigeben über


ManagedRunCommandScriptContent(String, Uri, String) Constructor

Definition

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.

Applies to