共用方式為


DscNodeOperations class

代表 DscNodeOperations 的類別。

建構函式

DscNodeOperations(AutomationClientContext)

建立 DscNodeOperations。

方法

deleteMethod(string, string, string, RequestOptionsBase)

刪除節點識別碼所識別的 dsc 節點。

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<DscNode>)
deleteMethod(string, string, string, ServiceCallback<DscNode>)
get(string, string, string, RequestOptionsBase)

擷取節點識別碼所識別的 dsc 節點。

get(string, string, string, RequestOptionsBase, ServiceCallback<DscNode>)
get(string, string, string, ServiceCallback<DscNode>)
listByAutomationAccount(string, string, DscNodeListByAutomationAccountOptionalParams)

擷取 dsc 節點的清單。

listByAutomationAccount(string, string, DscNodeListByAutomationAccountOptionalParams, ServiceCallback<DscNodeListResult>)
listByAutomationAccount(string, string, ServiceCallback<DscNodeListResult>)
listByAutomationAccountNext(string, RequestOptionsBase)

擷取 dsc 節點的清單。

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<DscNodeListResult>)
listByAutomationAccountNext(string, ServiceCallback<DscNodeListResult>)
update(string, string, string, DscNodeUpdateParameters, RequestOptionsBase)

更新 dsc 節點。

update(string, string, string, DscNodeUpdateParameters, RequestOptionsBase, ServiceCallback<DscNode>)
update(string, string, string, DscNodeUpdateParameters, ServiceCallback<DscNode>)

建構函式詳細資料

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 < 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

ServiceCallback<DscNode>

回呼

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

ServiceCallback<DscNode>

回呼

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 < 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

ServiceCallback<DscNode>

回呼

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

ServiceCallback<DscNode>

回呼

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

自動化帳戶的名稱。

listByAutomationAccount(string, string, ServiceCallback<DscNodeListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<DscNodeListResult>)

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

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

選擇性參數

listByAutomationAccountNext(string, ServiceCallback<DscNodeListResult>)

function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<DscNodeListResult>)

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

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 < 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

ServiceCallback<DscNode>

回呼

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

ServiceCallback<DscNode>

回呼