DscNodeOperations class
代表 DscNodeOperations 的類別。
建構函式
Dsc |
建立 DscNodeOperations。 |
方法
建構函式詳細資料
DscNodeOperations(AutomationClientContext)
建立 DscNodeOperations。
new DscNodeOperations(client: AutomationClientContext)
參數
- client
- AutomationClientContext
服務用戶端的參考。
方法詳細資料
deleteMethod(string, string, string, RequestOptionsBase)
刪除節點識別碼所識別的 dsc 節點。
function deleteMethod(resourceGroupName: string, automationAccountName: string, nodeId: string, options?: RequestOptionsBase): Promise<DscNodeDeleteMethodResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- nodeId
-
string
節點識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<DscNodeDeleteMethodResponse>
Promise < Models.DscNodeDeleteMethodResponse>
deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<DscNode>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, nodeId: string, options: RequestOptionsBase, callback: ServiceCallback<DscNode>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- nodeId
-
string
節點識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
deleteMethod(string, string, string, ServiceCallback<DscNode>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, nodeId: string, callback: ServiceCallback<DscNode>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- nodeId
-
string
節點識別碼。
- callback
回呼
get(string, string, string, RequestOptionsBase)
擷取節點識別碼所識別的 dsc 節點。
function get(resourceGroupName: string, automationAccountName: string, nodeId: string, options?: RequestOptionsBase): Promise<DscNodeGetResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- nodeId
-
string
節點識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<DscNodeGetResponse>
Promise < Models.DscNodeGetResponse>
get(string, string, string, RequestOptionsBase, ServiceCallback<DscNode>)
function get(resourceGroupName: string, automationAccountName: string, nodeId: string, options: RequestOptionsBase, callback: ServiceCallback<DscNode>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- nodeId
-
string
節點識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
get(string, string, string, ServiceCallback<DscNode>)
function get(resourceGroupName: string, automationAccountName: string, nodeId: string, callback: ServiceCallback<DscNode>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- nodeId
-
string
節點識別碼。
- callback
回呼
listByAutomationAccount(string, string, DscNodeListByAutomationAccountOptionalParams)
擷取 dsc 節點的清單。
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: DscNodeListByAutomationAccountOptionalParams): Promise<DscNodeListByAutomationAccountResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
選擇性參數
傳回
Promise < Models.DscNodeListByAutomationAccountResponse>
listByAutomationAccount(string, string, DscNodeListByAutomationAccountOptionalParams, ServiceCallback<DscNodeListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: DscNodeListByAutomationAccountOptionalParams, callback: ServiceCallback<DscNodeListResult>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
選擇性參數
- callback
回呼
listByAutomationAccount(string, string, ServiceCallback<DscNodeListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<DscNodeListResult>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- callback
回呼
listByAutomationAccountNext(string, RequestOptionsBase)
擷取 dsc 節點的清單。
function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<DscNodeListByAutomationAccountNextResponse>
參數
- nextPageLink
-
string
上一次成功呼叫 List 作業的 NextLink。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.DscNodeListByAutomationAccountNextResponse>
listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<DscNodeListResult>)
function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<DscNodeListResult>)
參數
- nextPageLink
-
string
上一次成功呼叫 List 作業的 NextLink。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
listByAutomationAccountNext(string, ServiceCallback<DscNodeListResult>)
function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<DscNodeListResult>)
參數
- nextPageLink
-
string
上一次成功呼叫 List 作業的 NextLink。
- callback
回呼
update(string, string, string, DscNodeUpdateParameters, RequestOptionsBase)
更新 dsc 節點。
function update(resourceGroupName: string, automationAccountName: string, nodeId: string, dscNodeUpdateParameters: DscNodeUpdateParameters, options?: RequestOptionsBase): Promise<DscNodeUpdateResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- nodeId
-
string
提供給更新 dsc 節點的參數。
- dscNodeUpdateParameters
- DscNodeUpdateParameters
提供給更新 dsc 節點的參數。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<DscNodeUpdateResponse>
Promise < Models.DscNodeUpdateResponse>
update(string, string, string, DscNodeUpdateParameters, RequestOptionsBase, ServiceCallback<DscNode>)
function update(resourceGroupName: string, automationAccountName: string, nodeId: string, dscNodeUpdateParameters: DscNodeUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<DscNode>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- nodeId
-
string
提供給更新 dsc 節點的參數。
- dscNodeUpdateParameters
- DscNodeUpdateParameters
提供給更新 dsc 節點的參數。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
update(string, string, string, DscNodeUpdateParameters, ServiceCallback<DscNode>)
function update(resourceGroupName: string, automationAccountName: string, nodeId: string, dscNodeUpdateParameters: DscNodeUpdateParameters, callback: ServiceCallback<DscNode>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- nodeId
-
string
提供給更新 dsc 節點的參數。
- dscNodeUpdateParameters
- DscNodeUpdateParameters
提供給更新 dsc 節點的參數。
- callback
回呼