Condividi tramite


IDscCompilationJobOperations.CreateAsync Metodo

Definizione

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

Parametri

resourceGroupName
String
automationAccount
String
cancellationToken
CancellationToken

Restituisce

Si applica a