Delen via


LinkedWorkspaceOperations class

Klasse die een LinkedWorkspaceOperations vertegenwoordigt.

Constructors

LinkedWorkspaceOperations(AutomationClientContext)

Maak een LinkedWorkspaceOperations.

Methoden

get(string, string, RequestOptionsBase)

Haal de gekoppelde werkruimte voor de account-id op.

get(string, string, RequestOptionsBase, ServiceCallback<LinkedWorkspace>)
get(string, string, ServiceCallback<LinkedWorkspace>)

Constructordetails

LinkedWorkspaceOperations(AutomationClientContext)

Maak een LinkedWorkspaceOperations.

new LinkedWorkspaceOperations(client: AutomationClientContext)

Parameters

client
AutomationClientContext

Verwijzing naar de serviceclient.

Methodedetails

get(string, string, RequestOptionsBase)

Haal de gekoppelde werkruimte voor de account-id op.

function get(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<LinkedWorkspaceGetResponse>

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<modellen.LinkedWorkspaceGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<LinkedWorkspace>)

function get(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<LinkedWorkspace>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<LinkedWorkspace>

De callback

get(string, string, ServiceCallback<LinkedWorkspace>)

function get(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<LinkedWorkspace>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

callback

ServiceCallback<LinkedWorkspace>

De callback