LinkedWorkspaceOperations interface

Interface representing a LinkedWorkspaceOperations.

Methods

get(string, string, LinkedWorkspaceGetOptionalParams)

Retrieve the linked workspace for the account id.

Method Details

get(string, string, LinkedWorkspaceGetOptionalParams)

Retrieve the linked workspace for the account id.

function get(resourceGroupName: string, automationAccountName: string, options?: LinkedWorkspaceGetOptionalParams): Promise<LinkedWorkspace>

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

options
LinkedWorkspaceGetOptionalParams

The options parameters.

Returns

Promise<LinkedWorkspace>