ObjectDataTypes class
ObjectDataTypes を表すクラス。
コンストラクター
| Object |
ObjectDataTypes を作成します。 |
メソッド
コンストラクターの詳細
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
コールバック
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
コールバック
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
コールバック
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
コールバック