FieldsOperations interface
Interface representing a Fields operations.
Properties
| list |
Retrieve a list of fields of a given type identified by module name. |
Property Details
listByType
Retrieve a list of fields of a given type identified by module name.
listByType: (resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options?: FieldsListByTypeOptionalParams) => PagedAsyncIterableIterator<TypeField, TypeField[], PageSettings>
Property Value
(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options?: FieldsListByTypeOptionalParams) => PagedAsyncIterableIterator<TypeField, TypeField[], PageSettings>