Share via


TestJobCreateParameters Constructor (String)

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

Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Usage

'Usage
Dim runbookName As String

Dim instance As New TestJobCreateParameters(runbookName)

Syntax

'Declaration
Public Sub New ( _
    runbookName As String _
)
public TestJobCreateParameters (
    string runbookName
)
public:
TestJobCreateParameters (
    String^ runbookName
)
public TestJobCreateParameters (
    String runbookName
)
public function TestJobCreateParameters (
    runbookName : String
)

Remarks

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

TestJobCreateParameters Class
TestJobCreateParameters Members
Microsoft.WindowsAzure.Management.Automation.Models Namespace