Freigeben über


LinkedWorkspaceOperations class

Klasse, die eine LinkedWorkspaceOperations darstellt.

Konstruktoren

LinkedWorkspaceOperations(AutomationClientContext)

Erstellen Sie eine LinkedWorkspaceOperations.

Methoden

get(string, string, RequestOptionsBase)

Rufen Sie den verknüpften Arbeitsbereich für die Konto-ID ab.

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

Details zum Konstruktor

LinkedWorkspaceOperations(AutomationClientContext)

Erstellen Sie eine LinkedWorkspaceOperations.

new LinkedWorkspaceOperations(client: AutomationClientContext)

Parameter

client
AutomationClientContext

Verweisen auf den Dienstclient.

Details zur Methode

get(string, string, RequestOptionsBase)

Rufen Sie den verknüpften Arbeitsbereich für die Konto-ID ab.

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.LinkedWorkspaceGetResponse>

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

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<LinkedWorkspace>

Der Rückruf

get(string, string, ServiceCallback<LinkedWorkspace>)

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

callback

ServiceCallback<LinkedWorkspace>

Der Rückruf