LinkedWorkspaceOperations class  
Class representing a LinkedWorkspaceOperations.
Constructors
| Linked | 
	Create a LinkedWorkspaceOperations.  | 
Methods
| get(string, string, Request | 
	Retrieve the linked workspace for the account id.  | 
| get(string, string, Request | 
	|
| get(string, string, Service | 
	
Constructor Details
		LinkedWorkspaceOperations(AutomationClientContext)
	    
	Create a LinkedWorkspaceOperations.
new LinkedWorkspaceOperations(client: AutomationClientContext)
				Parameters
- client
 - AutomationClientContext
 
Reference to the service client.
Method Details
		get(string, string, RequestOptionsBase)
	  
	Retrieve the linked workspace for the account id.
function get(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<LinkedWorkspaceGetResponse>
				Parameters
- resourceGroupName
 - 
				
string
 
Name of an Azure Resource group.
- automationAccountName
 - 
				
string
 
The name of the automation account.
- options
 - RequestOptionsBase
 
The optional parameters
Returns
Promise<LinkedWorkspaceGetResponse>
Promise<Models.LinkedWorkspaceGetResponse>
		get(string, string, RequestOptionsBase, ServiceCallback<LinkedWorkspace>)
	    
	function get(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<LinkedWorkspace>)
				Parameters
- resourceGroupName
 - 
				
string
 
Name of an Azure Resource group.
- automationAccountName
 - 
				
string
 
The name of the automation account.
- options
 - RequestOptionsBase
 
The optional parameters
- callback
 
The callback
		get(string, string, ServiceCallback<LinkedWorkspace>)
	  
	function get(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<LinkedWorkspace>)
				Parameters
- resourceGroupName
 - 
				
string
 
Name of an Azure Resource group.
- automationAccountName
 - 
				
string
 
The name of the automation account.
- callback
 
The callback