Fields class
Fields を表すクラス。
コンストラクター
Fields(Automation |
フィールドを作成します。 |
メソッド
コンストラクターの詳細
Fields(AutomationClientContext)
フィールドを作成します。
new Fields(client: AutomationClientContext)
パラメーター
- client
- AutomationClientContext
サービス クライアントへの参照。
メソッドの詳細
listByType(string, string, string, string, RequestOptionsBase)
モジュール名で識別される特定の型のフィールドの一覧を取得します。
function listByType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options?: RequestOptionsBase): Promise<FieldsListByTypeResponse>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- moduleName
-
string
モジュールの名前。
- typeName
-
string
型の名前。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<FieldsListByTypeResponse>
Promise<Models.FieldsListByTypeResponse>
listByType(string, string, string, string, RequestOptionsBase, ServiceCallback<TypeFieldListResult>)
function listByType(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
コールバック。
listByType(string, string, string, string, ServiceCallback<TypeFieldListResult>)
function listByType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, callback: ServiceCallback<TypeFieldListResult>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- moduleName
-
string
モジュールの名前。
- typeName
-
string
型の名前。
- callback
コールバック。