LinkedWorkspaceOperations interface
Interface die een LinkedWorkspaceOperations vertegenwoordigt.
Methoden
| get(string, string, Linked |
Haal de gekoppelde werkruimte voor de account-id op. |
Methodedetails
get(string, string, LinkedWorkspaceGetOptionalParams)
Haal de gekoppelde werkruimte voor de account-id op.
function get(resourceGroupName: string, automationAccountName: string, options?: LinkedWorkspaceGetOptionalParams): Promise<LinkedWorkspace>
Parameters
- resourceGroupName
-
string
Naam van een Azure-resourcegroep.
- automationAccountName
-
string
De naam van het Automation-account.
- options
- LinkedWorkspaceGetOptionalParams
De optiesparameters.
Retouren
Promise<LinkedWorkspace>