Fields class
表示字段的类。
构造函数
| 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>
承诺<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
回调