Megosztás a következőn keresztül:


ISourceControlSyncJobOperations.CreateWithHttpMessagesAsync Metódus

Definíció

Létrehozza a szinkronizálási feladatot egy forrásvezérlőhöz. http://aka.ms/azureautomationsdk/sourcecontrolsyncjoboperations

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Automation.Models.SourceControlSyncJob>> CreateWithHttpMessagesAsync (string resourceGroupName, string automationAccountName, string sourceControlName, Guid sourceControlSyncJobId, Microsoft.Azure.Management.Automation.Models.SourceControlSyncJobCreateParameters parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateWithHttpMessagesAsync : string * string * string * Guid * Microsoft.Azure.Management.Automation.Models.SourceControlSyncJobCreateParameters * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Automation.Models.SourceControlSyncJob>>
Public Function CreateWithHttpMessagesAsync (resourceGroupName As String, automationAccountName As String, sourceControlName As String, sourceControlSyncJobId As Guid, parameters As SourceControlSyncJobCreateParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of SourceControlSyncJob))

Paraméterek

resourceGroupName
String

Egy Azure-erőforráscsoport neve.

automationAccountName
String

Az Automation-fiók neve.

sourceControlName
String

A forrásvezérlő neve.

sourceControlSyncJobId
Guid

A verziókövetés szinkronizálási feladatazonosítója.

parameters
SourceControlSyncJobCreateParameters

A forrásvezérlés szinkronizálási feladatának létrehozása művelethez megadott paraméterek.

customHeaders
Dictionary<String,List<String>>

A kérelemhez hozzáadandó fejlécek.

cancellationToken
CancellationToken

A lemondási jogkivonat.

Válaszok

Kivételek

A művelet érvénytelen állapotkód visszaadásakor lett eldobva

A válasz deszerializálásának sikertelenségével kapcsolatos hiba

A kötelező paraméter null értékének megadásakor történik

A következőre érvényes: