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
可选参数
返回
承诺<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
回调