LinkedWorkspaceOperations class
代表LinkedWorkspaceOperations的類別。
建構函式
| Linked |
建立 LinkedWorkspaceOperations。 |
方法
| get(string, string, Request |
擷取帳戶標識碼的連結工作區。 |
| get(string, string, Request |
|
| get(string, string, Service |
建構函式詳細資料
LinkedWorkspaceOperations(AutomationClientContext)
建立 LinkedWorkspaceOperations。
new LinkedWorkspaceOperations(client: AutomationClientContext)
參數
- client
- AutomationClientContext
服務客戶端的參考。
方法詳細資料
get(string, string, RequestOptionsBase)
擷取帳戶標識碼的連結工作區。
function get(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<LinkedWorkspaceGetResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<LinkedWorkspaceGetResponse>
承諾<模型.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
回呼
get(string, string, ServiceCallback<LinkedWorkspace>)
function get(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<LinkedWorkspace>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- callback
回呼