LinkedWorkspaceOperations interface
Interface representing a LinkedWorkspaceOperations.
Methods
get(string, string, Linked |
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>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript