你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ObjectDataTypes class

表示 ObjectDataTypes 的类。

构造函数

ObjectDataTypes(AutomationClientContext)

创建 ObjectDataTypes。

方法

listFieldsByModuleAndType(string, string, string, string, RequestOptionsBase)

检索由模块名称标识的给定类型的字段列表。

listFieldsByModuleAndType(string, string, string, string, RequestOptionsBase, ServiceCallback<TypeFieldListResult>)
listFieldsByModuleAndType(string, string, string, string, ServiceCallback<TypeFieldListResult>)
listFieldsByType(string, string, string, RequestOptionsBase)

检索所有可访问模块中给定类型的字段列表。

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

构造函数详细信息

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

可选参数

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

类型的名称。

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

可选参数

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

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

参数

resourceGroupName

string

Azure 资源组的名称。

automationAccountName

string

自动化帐户的名称。

typeName

string

类型的名称。