Fields interface
Fields を表すインターフェイス。
メソッド
list |
モジュール名で識別される特定の型のフィールドの一覧を取得します。 |
メソッドの詳細
listByType(string, string, string, string, FieldsListByTypeOptionalParams)
モジュール名で識別される特定の型のフィールドの一覧を取得します。
function listByType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options?: FieldsListByTypeOptionalParams): PagedAsyncIterableIterator<TypeField, TypeField[], PageSettings>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- moduleName
-
string
モジュールの名前。
- typeName
-
string
型の名前。
- options
- FieldsListByTypeOptionalParams
options パラメーター。
戻り値
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript