次の方法で共有


DscCompilationJobOperationsExtensions.CreateAsync メソッド

定義

オーバーロード

CreateAsync(IDscCompilationJobOperations, String, String, DscCompilationJobCreateParameters)
CreateAsync(IDscCompilationJobOperations, String, String, String, DscCompilationJobCreateParameters, CancellationToken)

構成の Dsc コンパイル ジョブを作成します。 http://aka.ms/azureautomationsdk/dscconfigurationcompilejoboperations

CreateAsync(IDscCompilationJobOperations, String, String, DscCompilationJobCreateParameters)

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.DscCompilationJobCreateResponse> CreateAsync (this Microsoft.Azure.Management.Automation.IDscCompilationJobOperations operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.DscCompilationJobCreateParameters parameters);
static member CreateAsync : Microsoft.Azure.Management.Automation.IDscCompilationJobOperations * string * string * Microsoft.Azure.Management.Automation.Models.DscCompilationJobCreateParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.DscCompilationJobCreateResponse>
<Extension()>
Public Function CreateAsync (operations As IDscCompilationJobOperations, resourceGroupName As String, automationAccount As String, parameters As DscCompilationJobCreateParameters) As Task(Of DscCompilationJobCreateResponse)

パラメーター

resourceGroupName
String
automationAccount
String

戻り値

適用対象

CreateAsync(IDscCompilationJobOperations, String, String, String, DscCompilationJobCreateParameters, CancellationToken)

構成の Dsc コンパイル ジョブを作成します。 http://aka.ms/azureautomationsdk/dscconfigurationcompilejoboperations

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.DscCompilationJob> CreateAsync (this Microsoft.Azure.Management.Automation.IDscCompilationJobOperations operations, string resourceGroupName, string automationAccountName, string compilationJobName, Microsoft.Azure.Management.Automation.Models.DscCompilationJobCreateParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.Management.Automation.IDscCompilationJobOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.DscCompilationJobCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.DscCompilationJob>
<Extension()>
Public Function CreateAsync (operations As IDscCompilationJobOperations, resourceGroupName As String, automationAccountName As String, compilationJobName As String, parameters As DscCompilationJobCreateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DscCompilationJob)

パラメーター

operations
IDscCompilationJobOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure リソース グループの名前。

automationAccountName
String

Automation アカウントの名前。

compilationJobName
String

DSC 構成 ID。

parameters
DscCompilationJobCreateParameters

コンパイル ジョブの作成操作に指定されたパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象