次の方法で共有


ObjectDataTypesOperationsExtensions.ListFieldsByTypeAsync メソッド

定義

アクセス可能なすべてのモジュールで、特定の型のフィールドの一覧を取得します。 http://aka.ms/azureautomationsdk/objectdatatypeoperations

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

パラメーター

operations
IObjectDataTypesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure リソース グループの名前。

automationAccountName
String

Automation アカウントの名前。

typeName
String

型の名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象