AutomationManagementClient.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

public virtual ITestJobOperations TestJobs { get; }
public:
property ITestJobOperations^ TestJobs {
    virtual ITestJobOperations^ get();
}
abstract TestJobs : ITestJobOperations with get
override TestJobs : ITestJobOperations with get
Public Overridable ReadOnly Property TestJobs As ITestJobOperations

Property Value

Type: Microsoft.WindowsAzure.Management.Automation.ITestJobOperations

Implements

IAutomationManagementClient.TestJobs

See Also

AutomationManagementClient Class
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top