共用方式為


ObjectDataTypesOperationsExtensions.ListFieldsByModuleAndTypeAsync 方法

定義

擷取模組名稱所識別指定型別的欄位清單。 http://aka.ms/azureautomationsdk/objectdatatypeoperations

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Automation.Models.TypeField>> ListFieldsByModuleAndTypeAsync (this Microsoft.Azure.Management.Automation.IObjectDataTypesOperations operations, string resourceGroupName, string automationAccountName, string moduleName, string typeName, System.Threading.CancellationToken cancellationToken = default);
static member ListFieldsByModuleAndTypeAsync : Microsoft.Azure.Management.Automation.IObjectDataTypesOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Automation.Models.TypeField>>
<Extension()>
Public Function ListFieldsByModuleAndTypeAsync (operations As IObjectDataTypesOperations, resourceGroupName As String, automationAccountName As String, moduleName As String, typeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of TypeField))

參數

operations
IObjectDataTypesOperations

這個擴充方法的作業群組。

resourceGroupName
String

Azure 資源群組的名稱。

automationAccountName
String

自動化帳戶的名稱。

moduleName
String

模組的名稱。

typeName
String

類型的名稱。

cancellationToken
CancellationToken

取消語彙基元。

傳回

適用於