Condividi tramite


LinkedWorkspaceOperations class

Classe che rappresenta un oggetto LinkedWorkspaceOperations.

Costruttori

LinkedWorkspaceOperations(AutomationClientContext)

Creare un oggetto LinkedWorkspaceOperations.

Metodi

get(string, string, RequestOptionsBase)

Recuperare l'area di lavoro collegata per l'ID account.

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

Dettagli costruttore

LinkedWorkspaceOperations(AutomationClientContext)

Creare un oggetto LinkedWorkspaceOperations.

new LinkedWorkspaceOperations(client: AutomationClientContext)

Parametri

client
AutomationClientContext

Riferimento al client del servizio.

Dettagli metodo

get(string, string, RequestOptionsBase)

Recuperare l'area di lavoro collegata per l'ID account.

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

Parametri

resourceGroupName

string

Nome di un gruppo di risorse di Azure.

automationAccountName

string

Nome dell'account di automazione.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

Promise<Models.LinkedWorkspaceGetResponse>

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

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

Parametri

resourceGroupName

string

Nome di un gruppo di risorse di Azure.

automationAccountName

string

Nome dell'account di automazione.

options
RequestOptionsBase

Parametri facoltativi

callback

ServiceCallback<LinkedWorkspace>

Callback

get(string, string, ServiceCallback<LinkedWorkspace>)

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

Parametri

resourceGroupName

string

Nome di un gruppo di risorse di Azure.

automationAccountName

string

Nome dell'account di automazione.

callback

ServiceCallback<LinkedWorkspace>

Callback