Delen via


SourceControlSyncJobOperations class

Klasse die een SourceControlSyncJobOperations vertegenwoordigt.

Constructors

SourceControlSyncJobOperations(AutomationClientContext)

Maak een SourceControlSyncJobOperations.

Methoden

create(string, string, string, string, SourceControlSyncJobCreateParameters, RequestOptionsBase)

Hiermee maakt u de synchronisatietaak voor een broncodebeheer.

create(string, string, string, string, SourceControlSyncJobCreateParameters, RequestOptionsBase, ServiceCallback<SourceControlSyncJob>)
create(string, string, string, string, SourceControlSyncJobCreateParameters, ServiceCallback<SourceControlSyncJob>)
get(string, string, string, string, RequestOptionsBase)

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

get(string, string, string, string, RequestOptionsBase, ServiceCallback<SourceControlSyncJobById>)
get(string, string, string, string, ServiceCallback<SourceControlSyncJobById>)
listByAutomationAccount(string, string, string, ServiceCallback<SourceControlSyncJobListResult>)
listByAutomationAccount(string, string, string, SourceControlSyncJobListByAutomationAccountOptionalParams)

Een lijst met synchronisatietaken voor broncodebeheer ophalen.

listByAutomationAccount(string, string, string, SourceControlSyncJobListByAutomationAccountOptionalParams, ServiceCallback<SourceControlSyncJobListResult>)
listByAutomationAccountNext(string, RequestOptionsBase)

Een lijst met synchronisatietaken voor broncodebeheer ophalen.

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<SourceControlSyncJobListResult>)
listByAutomationAccountNext(string, ServiceCallback<SourceControlSyncJobListResult>)

Constructordetails

SourceControlSyncJobOperations(AutomationClientContext)

Maak een SourceControlSyncJobOperations.

new SourceControlSyncJobOperations(client: AutomationClientContext)

Parameters

client
AutomationClientContext

Verwijzing naar de serviceclient.

Methodedetails

create(string, string, string, string, SourceControlSyncJobCreateParameters, RequestOptionsBase)

Hiermee maakt u de synchronisatietaak voor een broncodebeheer.

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

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
RequestOptionsBase

De optionele parameters

Retouren

Beloof<modellen.SourceControlSyncJobCreateResponse>

create(string, string, string, string, SourceControlSyncJobCreateParameters, RequestOptionsBase, ServiceCallback<SourceControlSyncJob>)

function create(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, parameters: SourceControlSyncJobCreateParameters, options: RequestOptionsBase, callback: ServiceCallback<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
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<SourceControlSyncJob>

De callback

create(string, string, string, string, SourceControlSyncJobCreateParameters, ServiceCallback<SourceControlSyncJob>)

function create(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, parameters: SourceControlSyncJobCreateParameters, callback: ServiceCallback<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.

callback

ServiceCallback<SourceControlSyncJob>

De callback

get(string, string, string, string, RequestOptionsBase)

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?: RequestOptionsBase): Promise<SourceControlSyncJobGetResponse>

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
RequestOptionsBase

De optionele parameters

Retouren

Beloof<modellen.SourceControlSyncJobGetResponse>

get(string, string, string, string, RequestOptionsBase, ServiceCallback<SourceControlSyncJobById>)

function get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, options: RequestOptionsBase, callback: ServiceCallback<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
RequestOptionsBase

De optionele parameters

get(string, string, string, string, ServiceCallback<SourceControlSyncJobById>)

function get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, callback: ServiceCallback<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.

listByAutomationAccount(string, string, string, ServiceCallback<SourceControlSyncJobListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, sourceControlName: string, callback: ServiceCallback<SourceControlSyncJobListResult>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

sourceControlName

string

De naam van het broncodebeheer.

listByAutomationAccount(string, string, string, SourceControlSyncJobListByAutomationAccountOptionalParams)

Een lijst met synchronisatietaken voor broncodebeheer ophalen.

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options?: SourceControlSyncJobListByAutomationAccountOptionalParams): Promise<SourceControlSyncJobListByAutomationAccountResponse>

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

sourceControlName

string

De naam van het broncodebeheer.

Retouren

Beloof<modellen.SourceControlSyncJobListByAutomationAccountResponse>

listByAutomationAccount(string, string, string, SourceControlSyncJobListByAutomationAccountOptionalParams, ServiceCallback<SourceControlSyncJobListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options: SourceControlSyncJobListByAutomationAccountOptionalParams, callback: ServiceCallback<SourceControlSyncJobListResult>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

sourceControlName

string

De naam van het broncodebeheer.

listByAutomationAccountNext(string, RequestOptionsBase)

Een lijst met synchronisatietaken voor broncodebeheer ophalen.

function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<SourceControlSyncJobListByAutomationAccountNextResponse>

Parameters

nextPageLink

string

De NextLink van de vorige geslaagde aanroep naar lijstbewerking.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<modellen.SourceControlSyncJobListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<SourceControlSyncJobListResult>)

function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<SourceControlSyncJobListResult>)

Parameters

nextPageLink

string

De NextLink van de vorige geslaagde aanroep naar lijstbewerking.

options
RequestOptionsBase

De optionele parameters

listByAutomationAccountNext(string, ServiceCallback<SourceControlSyncJobListResult>)

function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<SourceControlSyncJobListResult>)

Parameters

nextPageLink

string

De NextLink van de vorige geslaagde aanroep naar lijstbewerking.