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

AutomationAccountModuleResource.GetFieldsByModuleAndType 方法

定义

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

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/modules/{moduleName}/objectDataTypes/{typeName}/fields
  • 操作IdObjectDataTypes_ListFieldsByModuleAndType
public virtual Azure.Pageable<Azure.ResourceManager.Automation.Models.AutomationModuleField> GetFieldsByModuleAndType (string typeName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetFieldsByModuleAndType : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automation.Models.AutomationModuleField>
override this.GetFieldsByModuleAndType : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automation.Models.AutomationModuleField>
Public Overridable Function GetFieldsByModuleAndType (typeName As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AutomationModuleField)

参数

typeName
String

类型的名称。

cancellationToken
CancellationToken

要使用的取消标记。

返回

可能需要多个服务请求来循环访问的 的 AutomationModuleField 集合。

例外

typeName 是一个空字符串,预期为非空。

typeName 为 null。

适用于