Share via


IAutomationManagementClient.TestJobs Property

 

Service operation for automation test jobs. (see https://aka.ms/azureautomationsdk/testjoboperations for more information)

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

Syntax

ITestJobOperations TestJobs { get; }
property ITestJobOperations^ TestJobs {
    ITestJobOperations^ get();
}
abstract TestJobs : ITestJobOperations with get
ReadOnly Property TestJobs As ITestJobOperations

Property Value

Type: Microsoft.WindowsAzure.Management.Automation.ITestJobOperations

See Also

IAutomationManagementClient Interface
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top