次の方法で共有


ObjectDataTypes class

ObjectDataTypes を表すクラス。

コンストラクター

ObjectDataTypes(AutomationClientContext)

ObjectDataTypes を作成します。

メソッド

listFieldsByModuleAndType(string, string, string, string, RequestOptionsBase)

モジュール名で識別される特定の型のフィールドの一覧を取得します。

listFieldsByModuleAndType(string, string, string, string, RequestOptionsBase, ServiceCallback<TypeFieldListResult>)
listFieldsByModuleAndType(string, string, string, string, ServiceCallback<TypeFieldListResult>)
listFieldsByType(string, string, string, RequestOptionsBase)

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

listFieldsByType(string, string, string, RequestOptionsBase, ServiceCallback<TypeFieldListResult>)
listFieldsByType(string, string, string, ServiceCallback<TypeFieldListResult>)

コンストラクターの詳細

ObjectDataTypes(AutomationClientContext)

ObjectDataTypes を作成します。

new ObjectDataTypes(client: AutomationClientContext)

パラメーター

client
AutomationClientContext

サービス クライアントへの参照。

メソッドの詳細

listFieldsByModuleAndType(string, string, string, string, RequestOptionsBase)

モジュール名で識別される特定の型のフィールドの一覧を取得します。

function listFieldsByModuleAndType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options?: RequestOptionsBase): Promise<ObjectDataTypesListFieldsByModuleAndTypeResponse>

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

moduleName

string

モジュールの名前。

typeName

string

型の名前。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.ObjectDataTypesListFieldsByModuleAndTypeResponse>

listFieldsByModuleAndType(string, string, string, string, RequestOptionsBase, ServiceCallback<TypeFieldListResult>)

function listFieldsByModuleAndType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options: RequestOptionsBase, callback: ServiceCallback<TypeFieldListResult>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

moduleName

string

モジュールの名前。

typeName

string

型の名前。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<TypeFieldListResult>

コールバック

listFieldsByModuleAndType(string, string, string, string, ServiceCallback<TypeFieldListResult>)

function listFieldsByModuleAndType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, callback: ServiceCallback<TypeFieldListResult>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

moduleName

string

モジュールの名前。

typeName

string

型の名前。

callback

ServiceCallback<TypeFieldListResult>

コールバック

listFieldsByType(string, string, string, RequestOptionsBase)

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

function listFieldsByType(resourceGroupName: string, automationAccountName: string, typeName: string, options?: RequestOptionsBase): Promise<ObjectDataTypesListFieldsByTypeResponse>

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

typeName

string

型の名前。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.ObjectDataTypesListFieldsByTypeResponse>

listFieldsByType(string, string, string, RequestOptionsBase, ServiceCallback<TypeFieldListResult>)

function listFieldsByType(resourceGroupName: string, automationAccountName: string, typeName: string, options: RequestOptionsBase, callback: ServiceCallback<TypeFieldListResult>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

typeName

string

型の名前。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<TypeFieldListResult>

コールバック

listFieldsByType(string, string, string, ServiceCallback<TypeFieldListResult>)

function listFieldsByType(resourceGroupName: string, automationAccountName: string, typeName: string, callback: ServiceCallback<TypeFieldListResult>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

typeName

string

型の名前。

callback

ServiceCallback<TypeFieldListResult>

コールバック