TestJobCreateParameters Constructors

Definition

Overloads

TestJobCreateParameters()

Initializes a new instance of the TestJobCreateParameters class.

TestJobCreateParameters(String)

Initializes a new instance of the TestJobCreateParameters class with required arguments.

TestJobCreateParameters()

Initializes a new instance of the TestJobCreateParameters class.

public TestJobCreateParameters ();
Public Sub New ()

Applies to

TestJobCreateParameters(String)

Initializes a new instance of the TestJobCreateParameters class with required arguments.

public TestJobCreateParameters (string runbookName);
new Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateParameters : string -> Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateParameters
Public Sub New (runbookName As String)

Parameters

runbookName
String

Applies to