TestJobOperationsExtensions 类
命名空间: Microsoft.WindowsAzure.Management.Automation
程序集: Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)
继承层次结构
System.Object
Microsoft.WindowsAzure.Management.Automation.TestJobOperationsExtensions
语法
public static class TestJobOperationsExtensions
[ExtensionAttribute]
public ref class TestJobOperationsExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type TestJobOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class TestJobOperationsExtensions
方法
名称 | 说明 | |
---|---|---|
Create(ITestJobOperations, String, TestJobCreateParameters) | 创建测试 runbook 的作业。 (请参阅 https://aka.ms/azureautomationsdk/testjoboperations 有关详细信息) |
|
CreateAsync(ITestJobOperations, String, TestJobCreateParameters) | 创建测试 runbook 的作业。 (请参阅 https://aka.ms/azureautomationsdk/testjoboperations 有关详细信息) |
|
Get(ITestJobOperations, String, String) | 检索指定的 runbook 的测试作业。 (请参阅 https://aka.ms/azureautomationsdk/testjoboperations 有关详细信息) |
|
GetAsync(ITestJobOperations, String, String) | 检索指定的 runbook 的测试作业。 (请参阅 https://aka.ms/azureautomationsdk/testjoboperations 有关详细信息) |
|
Resume(ITestJobOperations, String, String) | 恢复测试作业。 (请参阅 https://aka.ms/azureautomationsdk/testjoboperations 有关详细信息) |
|
ResumeAsync(ITestJobOperations, String, String) | 恢复测试作业。 (请参阅 https://aka.ms/azureautomationsdk/testjoboperations 有关详细信息) |
|
Stop(ITestJobOperations, String, String) | 停止测试作业。 (请参阅 https://aka.ms/azureautomationsdk/testjoboperations 有关详细信息) |
|
StopAsync(ITestJobOperations, String, String) | 停止测试作业。 (请参阅 https://aka.ms/azureautomationsdk/testjoboperations 有关详细信息) |
|
Suspend(ITestJobOperations, String, String) | 挂起测试作业。 (请参阅 https://aka.ms/azureautomationsdk/testjoboperations 有关详细信息) |
|
SuspendAsync(ITestJobOperations, String, String) | 挂起测试作业。 (请参阅 https://aka.ms/azureautomationsdk/testjoboperations 有关详细信息) |
线程安全
此类型的任何公共静态(Visual Basic 中为 Shared)成员都是线程安全的。但不保证所有实例成员都是线程安全的。
请参阅
Microsoft.WindowsAzure.Management.Automation 命名空间
返回页首