共用方式為


Fields class

代表 Fields 的類別。

建構函式

Fields(AutomationClientContext)

建立欄位。

方法

listByType(string, string, string, string, RequestOptionsBase)

擷取模組名稱所識別指定型別的欄位清單。

listByType(string, string, string, string, RequestOptionsBase, ServiceCallback<TypeFieldListResult>)
listByType(string, string, string, string, ServiceCallback<TypeFieldListResult>)

建構函式詳細資料

Fields(AutomationClientContext)

建立欄位。

new Fields(client: AutomationClientContext)

參數

client
AutomationClientContext

服務用戶端的參考。

方法詳細資料

listByType(string, string, string, string, RequestOptionsBase)

擷取模組名稱所識別指定型別的欄位清單。

function listByType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options?: RequestOptionsBase): Promise<FieldsListByTypeResponse>

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

moduleName

string

模組的名稱。

typeName

string

類型的名稱。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.FieldsListByTypeResponse>

listByType(string, string, string, string, RequestOptionsBase, ServiceCallback<TypeFieldListResult>)

function listByType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options: RequestOptionsBase, callback: ServiceCallback<TypeFieldListResult>)

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

moduleName

string

模組的名稱。

typeName

string

類型的名稱。

options
RequestOptionsBase

選擇性參數

listByType(string, string, string, string, ServiceCallback<TypeFieldListResult>)

function listByType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, callback: ServiceCallback<TypeFieldListResult>)

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

moduleName

string

模組的名稱。

typeName

string

類型的名稱。