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>
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
自動化帳戶的名稱。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
get(string, string, ServiceCallback<LinkedWorkspace>)
function get(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<LinkedWorkspace>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- callback
回呼