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

Fields interface

表示字段的接口。

方法

listByType(string, string, string, string, FieldsListByTypeOptionalParams)

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

方法详细信息

listByType(string, string, string, string, FieldsListByTypeOptionalParams)

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

function listByType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options?: FieldsListByTypeOptionalParams): PagedAsyncIterableIterator<TypeField, TypeField[], PageSettings>

参数

resourceGroupName

string

Azure 资源组的名称。

automationAccountName

string

自动化帐户的名称。

moduleName

string

模块的名称。

typeName

string

类型的名称。

options
FieldsListByTypeOptionalParams

选项参数。

返回