IObjectDataTypesOperations インターフェイス

定義

ObjectDataTypesOperations 操作。

public interface IObjectDataTypesOperations
type IObjectDataTypesOperations = interface
Public Interface IObjectDataTypesOperations

メソッド

ListFieldsByModuleAndTypeWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

モジュール名で識別される特定の型のフィールドの一覧を取得します。 http://aka.ms/azureautomationsdk/objectdatatypeoperations

ListFieldsByTypeWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

拡張メソッド

ListFieldsByModuleAndType(IObjectDataTypesOperations, String, String, String, String)

モジュール名で識別される特定の型のフィールドの一覧を取得します。 http://aka.ms/azureautomationsdk/objectdatatypeoperations

ListFieldsByModuleAndTypeAsync(IObjectDataTypesOperations, String, String, String, String, CancellationToken)

モジュール名で識別される特定の型のフィールドの一覧を取得します。 http://aka.ms/azureautomationsdk/objectdatatypeoperations

ListFieldsByType(IObjectDataTypesOperations, String, String, String)

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

ListFieldsByTypeAsync(IObjectDataTypesOperations, String, String, String, CancellationToken)

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

適用対象