DscCompilationJobOperationsExtensions.BeginCreate 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public static Microsoft.Azure.Management.Automation.Models.DscCompilationJob BeginCreate (this Microsoft.Azure.Management.Automation.IDscCompilationJobOperations operations, string resourceGroupName, string automationAccountName, string compilationJobName, Microsoft.Azure.Management.Automation.Models.DscCompilationJobCreateParameters parameters);
static member BeginCreate : Microsoft.Azure.Management.Automation.IDscCompilationJobOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.DscCompilationJobCreateParameters -> Microsoft.Azure.Management.Automation.Models.DscCompilationJob
<Extension()>
Public Function BeginCreate (operations As IDscCompilationJobOperations, resourceGroupName As String, automationAccountName As String, compilationJobName As String, parameters As DscCompilationJobCreateParameters) As DscCompilationJob
參數
- operations
- IDscCompilationJobOperations
這個擴充方法的作業群組。
- resourceGroupName
- String
Azure 資源群組的名稱。
- automationAccountName
- String
自動化帳戶的名稱。
- compilationJobName
- String
DSC 組態識別碼。
- parameters
- DscCompilationJobCreateParameters
提供給建立編譯作業作業的參數。