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>
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for JavaScript