4.0.0 • Published 5 years ago

@datafire/azure_automation_linkedworkspace v4.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@datafire/azure_automation_linkedworkspace

Client library for AutomationManagement

Installation and Usage

npm install --save @datafire/azure_automation_linkedworkspace
let azure_automation_linkedworkspace = require('@datafire/azure_automation_linkedworkspace').create({
  access_token: "",
  refresh_token: "",
  client_id: "",
  client_secret: "",
  redirect_uri: ""
});

.then(data => {
  console.log(data);
});

Description

Actions

LinkedWorkspace_Get

Retrieve the linked workspace for the account id.

azure_automation_linkedworkspace.LinkedWorkspace_Get({
  "resourceGroupName": "",
  "automationAccountName": "",
  "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.
    • 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

LinkedWorkspace

  • LinkedWorkspace object: Definition of the linked workspace.
    • id string: Gets the id of the linked workspace.