TestJobOperationsExtensions.Create 方法 (ITestJobOperations, String, TestJobCreateParameters)

 

创建测试 runbook 的作业。 (请参阅 https://aka.ms/azureautomationsdk/testjoboperations 有关详细信息)

命名空间:   Microsoft.WindowsAzure.Management.Automation
程序集:  Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)

语法

public static TestJobCreateResponse Create(
    this ITestJobOperations operations,
    string automationAccount,
    TestJobCreateParameters parameters
)
public:
[ExtensionAttribute]
static TestJobCreateResponse^ Create(
    ITestJobOperations^ operations,
    String^ automationAccount,
    TestJobCreateParameters^ parameters
)
static member Create : 
        operations:ITestJobOperations *
        automationAccount:string *
        parameters:TestJobCreateParameters -> TestJobCreateResponse
<ExtensionAttribute>
Public Shared Function Create (
    operations As ITestJobOperations,
    automationAccount As String,
    parameters As TestJobCreateParameters
) As TestJobCreateResponse

参数

  • automationAccount
    Type: System.String

    必需。 自动管理帐户名称。

返回值

Type: Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateResponse

创建的响应模型进行测试的作业操作。

请参阅

TestJobOperationsExtensions 类
Microsoft.WindowsAzure.Management.Automation 命名空间

返回页首