Fields class
代表 Fields 的類別。
建構函式
Fields(Automation |
建立欄位。 |
方法
建構函式詳細資料
Fields(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<FieldsListByTypeResponse>
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
選擇性參數
- callback
回呼
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
類型的名稱。
- callback
回呼