Partager via


LinkedWorkspaceOperations class

Classe représentant un LinkedWorkspaceOperations.

Constructeurs

LinkedWorkspaceOperations(AutomationClientContext)

Créez un LinkedWorkspaceOperations.

Méthodes

get(string, string, RequestOptionsBase)

Récupérez l’espace de travail lié pour l’ID de compte.

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

Détails du constructeur

LinkedWorkspaceOperations(AutomationClientContext)

Créez un LinkedWorkspaceOperations.

new LinkedWorkspaceOperations(client: AutomationClientContext)

Paramètres

client
AutomationClientContext

Référence au client de service.

Détails de la méthode

get(string, string, RequestOptionsBase)

Récupérez l’espace de travail lié pour l’ID de compte.

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

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Modèles de promesse.LinkedWorkspaceGetResponse<>

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

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

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

options
RequestOptionsBase

Paramètres facultatifs

callback

ServiceCallback<LinkedWorkspace>

Rappel

get(string, string, ServiceCallback<LinkedWorkspace>)

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

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

callback

ServiceCallback<LinkedWorkspace>

Rappel