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

AutomationAccountResource.GetFieldsByTypeAsync 方法

定义

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

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

参数

typeName
String

类型的名称。

cancellationToken
CancellationToken

要使用的取消标记。

返回

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

例外

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

typeName 为 null。

适用于