次の方法で共有


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

Automation アカウントの名前。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.LinkedWorkspaceGetResponse>

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

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<LinkedWorkspace>

コールバック。

get(string, string, ServiceCallback<LinkedWorkspace>)

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

callback

ServiceCallback<LinkedWorkspace>

コールバック。