Client library for AutomationManagement
npm install --save @datafire/azure_automation_sourcecontrolsyncjob
let azure_automation_sourcecontrolsyncjob = require('@datafire/azure_automation_sourcecontrolsyncjob').create({
access_token: "",
refresh_token: "",
client_id: "",
client_secret: "",
redirect_uri: ""
});
.then(data => {
console.log(data);
});
Retrieve a list of source control sync jobs.
azure_automation_sourcecontrolsyncjob.SourceControlSyncJob_ListByAutomationAccount({
"resourceGroupName": "",
"automationAccountName": "",
"sourceControlName": "",
"subscriptionId": "",
"api-version": ""
}, context)
object
string
: Name of an Azure Resource group.string
: The name of the automation account.string
: The source control name.string
: The filter to apply on the operation.string
: Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.string
: Client Api Version.Retrieve the source control sync job identified by job id.
azure_automation_sourcecontrolsyncjob.SourceControlSyncJob_Get({
"resourceGroupName": "",
"automationAccountName": "",
"sourceControlName": "",
"sourceControlSyncJobId": "",
"subscriptionId": "",
"api-version": ""
}, context)
object
string
: Name of an Azure Resource group.string
: The name of the automation account.string
: The source control name.string
: The source control sync job id.string
: Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.string
: Client Api Version.Creates the sync job for a source control.
azure_automation_sourcecontrolsyncjob.SourceControlSyncJob_Create({
"resourceGroupName": "",
"automationAccountName": "",
"sourceControlName": "",
"sourceControlSyncJobId": "",
"parameters": null,
"subscriptionId": "",
"api-version": ""
}, context)
object
string
: Name of an Azure Resource group.string
: The name of the automation account.string
: The source control name.string
: The source control sync job id.string
: Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.string
: Client Api Version.object
: Definition of the source control sync job.string
: Resource id.string
: Resource name.string
: Resource type.object
: Definition of the source control sync job.string
: The id of the job.object
: Definition of source control sync job properties.string
: The creation time of the job.string
: The end time of the job.string
: The exceptions that occurred while running the sync job.string
(values: Completed, Failed, Running): The provisioning state of the job.string
: The source control sync job id.string
: The start time of the job.string
(values: PartialSync, FullSync): The sync type.object
: The parameters supplied to the create source control sync job operation.object
: Definition of create source control sync job properties.string
: The commit id of the source control sync job. If not syncing to a commitId, enter an empty string.object
: The response model for the list source control sync jobs operation.string
: The next link.array
: The list of source control sync jobs.object
: Definition of source control sync job properties.string
: The creation time of the job.string
: The end time of the job.string
(values: Completed, Failed, Running): The provisioning state of the job.string
: The source control sync job id.string
: The start time of the job.string
(values: PartialSync, FullSync): The sync type.Version | Tag | Published |
---|---|---|
4.0.0 | latest | 2yrs ago |