@datafire/azure_automation_sourcecontrolsyncjob

4.0.0 • Public • Published

@datafire/azure_automation_sourcecontrolsyncjob

Client library for AutomationManagement

Installation and Usage

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);
});

Description

Actions

SourceControlSyncJob_ListByAutomationAccount

Retrieve a list of source control sync jobs.

azure_automation_sourcecontrolsyncjob.SourceControlSyncJob_ListByAutomationAccount({
  "resourceGroupName": "",
  "automationAccountName": "",
  "sourceControlName": "",
  "subscriptionId": "",
  "api-version": ""
}, context)

Input

  • input object
    • resourceGroupName required string: Name of an Azure Resource group.
    • automationAccountName required string: The name of the automation account.
    • sourceControlName required string: The source control name.
    • $filter string: The filter to apply on the operation.
    • subscriptionId required string: Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • api-version required string: Client Api Version.

Output

SourceControlSyncJob_Get

Retrieve the source control sync job identified by job id.

azure_automation_sourcecontrolsyncjob.SourceControlSyncJob_Get({
  "resourceGroupName": "",
  "automationAccountName": "",
  "sourceControlName": "",
  "sourceControlSyncJobId": "",
  "subscriptionId": "",
  "api-version": ""
}, context)

Input

  • input object
    • resourceGroupName required string: Name of an Azure Resource group.
    • automationAccountName required string: The name of the automation account.
    • sourceControlName required string: The source control name.
    • sourceControlSyncJobId required string: The source control sync job id.
    • subscriptionId required string: Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • api-version required string: Client Api Version.

Output

SourceControlSyncJob_Create

Creates the sync job for a source control.

azure_automation_sourcecontrolsyncjob.SourceControlSyncJob_Create({
  "resourceGroupName": "",
  "automationAccountName": "",
  "sourceControlName": "",
  "sourceControlSyncJobId": "",
  "parameters": null,
  "subscriptionId": "",
  "api-version": ""
}, context)

Input

  • input object
    • resourceGroupName required string: Name of an Azure Resource group.
    • automationAccountName required string: The name of the automation account.
    • sourceControlName required string: The source control name.
    • sourceControlSyncJobId required string: The source control sync job id.
    • parameters required SourceControlSyncJobCreateParameters
    • subscriptionId required string: Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • api-version required string: Client Api Version.

Output

Definitions

SourceControlSyncJob

  • SourceControlSyncJob object: Definition of the source control sync job.

SourceControlSyncJobById

SourceControlSyncJobByIdProperties

  • SourceControlSyncJobByIdProperties object: Definition of source control sync job properties.
    • creationTime string: The creation time of the job.
    • endTime string: The end time of the job.
    • exception string: The exceptions that occurred while running the sync job.
    • provisioningState string (values: Completed, Failed, Running): The provisioning state of the job.
    • sourceControlSyncJobId string: The source control sync job id.
    • startTime string: The start time of the job.
    • syncType string (values: PartialSync, FullSync): The sync type.

SourceControlSyncJobCreateParameters

SourceControlSyncJobCreateProperties

  • SourceControlSyncJobCreateProperties object: Definition of create source control sync job properties.
    • commitId required string: The commit id of the source control sync job. If not syncing to a commitId, enter an empty string.

SourceControlSyncJobListResult

  • SourceControlSyncJobListResult object: The response model for the list source control sync jobs operation.
    • nextLink string: The next link.
    • value array: The list of source control sync jobs.

SourceControlSyncJobProperties

  • SourceControlSyncJobProperties object: Definition of source control sync job properties.
    • creationTime string: The creation time of the job.
    • endTime string: The end time of the job.
    • provisioningState string (values: Completed, Failed, Running): The provisioning state of the job.
    • sourceControlSyncJobId string: The source control sync job id.
    • startTime string: The start time of the job.
    • syncType string (values: PartialSync, FullSync): The sync type.

Readme

Keywords

none

Package Sidebar

Install

npm i @datafire/azure_automation_sourcecontrolsyncjob

Weekly Downloads

4

Version

4.0.0

License

MIT

Unpacked Size

30.7 kB

Total Files

4

Last publish

Collaborators

  • datafire