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

ObjectDataTypeOperationsExtensions.ListFieldsByModuleAndType 方法

定义

public static Microsoft.Azure.Management.Automation.Models.TypeFieldListResponse ListFieldsByModuleAndType (this Microsoft.Azure.Management.Automation.IObjectDataTypeOperations operations, string resourceGroupName, string automationAccount, string moduleName, string typeName);
static member ListFieldsByModuleAndType : Microsoft.Azure.Management.Automation.IObjectDataTypeOperations * string * string * string * string -> Microsoft.Azure.Management.Automation.Models.TypeFieldListResponse
<Extension()>
Public Function ListFieldsByModuleAndType (operations As IObjectDataTypeOperations, resourceGroupName As String, automationAccount As String, moduleName As String, typeName As String) As TypeFieldListResponse

参数

resourceGroupName
String
automationAccount
String
moduleName
String
typeName
String

返回

适用于