你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LinkedWorkspaceOperations class

表示 LinkedWorkspaceOperations 的类。

构造函数

LinkedWorkspaceOperations(AutomationClientContext)

创建 LinkedWorkspaceOperations。

方法

get(string, string, RequestOptionsBase)

检索帐户 ID 的链接工作区。

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

构造函数详细信息

LinkedWorkspaceOperations(AutomationClientContext)

创建 LinkedWorkspaceOperations。

new LinkedWorkspaceOperations(client: AutomationClientContext)

参数

client
AutomationClientContext

对服务客户端的引用。

方法详细信息

get(string, string, RequestOptionsBase)

检索帐户 ID 的链接工作区。

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

参数

resourceGroupName

string

Azure 资源组的名称。

automationAccountName

string

自动化帐户的名称。

options
RequestOptionsBase

可选参数

返回

承诺<模型.LinkedWorkspaceGetResponse>

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

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

参数

resourceGroupName

string

Azure 资源组的名称。

automationAccountName

string

自动化帐户的名称。

options
RequestOptionsBase

可选参数

callback

ServiceCallback<LinkedWorkspace>

回调

get(string, string, ServiceCallback<LinkedWorkspace>)

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

参数

resourceGroupName

string

Azure 资源组的名称。

automationAccountName

string

自动化帐户的名称。

callback

ServiceCallback<LinkedWorkspace>

回调