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

AutomationAccountModuleResource.GetFieldsByType 方法

定义

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

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

参数

typeName
String

类型的名称。

cancellationToken
CancellationToken

要使用的取消标记。

返回

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

例外

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

typeName 为 null。

适用于