Delen via


SourceControlSyncJobOperations interface

Interface die een SourceControlSyncJobOperations vertegenwoordigt.

Methoden

create(string, string, string, string, SourceControlSyncJobCreateParameters, SourceControlSyncJobCreateOptionalParams)

Hiermee maakt u de synchronisatietaak voor een broncodebeheer.

get(string, string, string, string, SourceControlSyncJobGetOptionalParams)

Haal de synchronisatietaak voor broncodebeheer op die is geïdentificeerd door de taak-id.

listByAutomationAccount(string, string, string, SourceControlSyncJobListByAutomationAccountOptionalParams)

Een lijst met synchronisatietaken voor broncodebeheer ophalen.

Methodedetails

create(string, string, string, string, SourceControlSyncJobCreateParameters, SourceControlSyncJobCreateOptionalParams)

Hiermee maakt u de synchronisatietaak voor een broncodebeheer.

function create(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, parameters: SourceControlSyncJobCreateParameters, options?: SourceControlSyncJobCreateOptionalParams): Promise<SourceControlSyncJob>

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

sourceControlName

string

De naam van het broncodebeheer.

sourceControlSyncJobId

string

De synchronisatietaak-id van broncodebeheer.

parameters
SourceControlSyncJobCreateParameters

De parameters die zijn opgegeven voor de synchronisatietaak voor broncodebeheer maken.

options
SourceControlSyncJobCreateOptionalParams

De optiesparameters.

Retouren

get(string, string, string, string, SourceControlSyncJobGetOptionalParams)

Haal de synchronisatietaak voor broncodebeheer op die is geïdentificeerd door de taak-id.

function get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, options?: SourceControlSyncJobGetOptionalParams): Promise<SourceControlSyncJobById>

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

sourceControlName

string

De naam van het broncodebeheer.

sourceControlSyncJobId

string

De synchronisatietaak-id van broncodebeheer.

options
SourceControlSyncJobGetOptionalParams

De optiesparameters.

Retouren

listByAutomationAccount(string, string, string, SourceControlSyncJobListByAutomationAccountOptionalParams)

Een lijst met synchronisatietaken voor broncodebeheer ophalen.

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options?: SourceControlSyncJobListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<SourceControlSyncJob, SourceControlSyncJob[], PageSettings>

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

sourceControlName

string

De naam van het broncodebeheer.

Retouren