ObjectDataTypes class
代表 ObjectDataTypes 的類別。
建構函式
Object |
建立 ObjectDataTypes。 |
方法
建構函式詳細資料
ObjectDataTypes(AutomationClientContext)
建立 ObjectDataTypes。
new ObjectDataTypes(client: AutomationClientContext)
參數
- client
- AutomationClientContext
服務用戶端的參考。
方法詳細資料
listFieldsByModuleAndType(string, string, string, string, RequestOptionsBase)
擷取模組名稱所識別指定型別的欄位清單。
function listFieldsByModuleAndType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options?: RequestOptionsBase): Promise<ObjectDataTypesListFieldsByModuleAndTypeResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- moduleName
-
string
模組的名稱。
- typeName
-
string
類型的名稱。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ObjectDataTypesListFieldsByModuleAndTypeResponse>
listFieldsByModuleAndType(string, string, string, string, RequestOptionsBase, ServiceCallback<TypeFieldListResult>)
function listFieldsByModuleAndType(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
回呼
listFieldsByModuleAndType(string, string, string, string, ServiceCallback<TypeFieldListResult>)
function listFieldsByModuleAndType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, callback: ServiceCallback<TypeFieldListResult>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- moduleName
-
string
模組的名稱。
- typeName
-
string
類型的名稱。
- callback
回呼
listFieldsByType(string, string, string, RequestOptionsBase)
擷取所有可存取模組中指定類型的欄位清單。
function listFieldsByType(resourceGroupName: string, automationAccountName: string, typeName: string, options?: RequestOptionsBase): Promise<ObjectDataTypesListFieldsByTypeResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- typeName
-
string
類型的名稱。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ObjectDataTypesListFieldsByTypeResponse>
listFieldsByType(string, string, string, RequestOptionsBase, ServiceCallback<TypeFieldListResult>)
function listFieldsByType(resourceGroupName: string, automationAccountName: string, typeName: string, options: RequestOptionsBase, callback: ServiceCallback<TypeFieldListResult>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- typeName
-
string
類型的名稱。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
listFieldsByType(string, string, string, ServiceCallback<TypeFieldListResult>)
function listFieldsByType(resourceGroupName: string, automationAccountName: string, typeName: string, callback: ServiceCallback<TypeFieldListResult>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- typeName
-
string
類型的名稱。
- callback
回呼