ObjectDataTypesOperations interface

Interface representing a ObjectDataTypes operations.

Properties

listFieldsByModuleAndType

Retrieve a list of fields of a given type identified by module name.

listFieldsByType

Retrieve a list of fields of a given type across all accessible modules.

Property Details

listFieldsByModuleAndType

Retrieve a list of fields of a given type identified by module name.

listFieldsByModuleAndType: (resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options?: ObjectDataTypesListFieldsByModuleAndTypeOptionalParams) => PagedAsyncIterableIterator<TypeField, TypeField[], PageSettings>

Property Value

(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options?: ObjectDataTypesListFieldsByModuleAndTypeOptionalParams) => PagedAsyncIterableIterator<TypeField, TypeField[], PageSettings>

listFieldsByType

Retrieve a list of fields of a given type across all accessible modules.

listFieldsByType: (resourceGroupName: string, automationAccountName: string, typeName: string, options?: ObjectDataTypesListFieldsByTypeOptionalParams) => PagedAsyncIterableIterator<TypeField, TypeField[], PageSettings>

Property Value

(resourceGroupName: string, automationAccountName: string, typeName: string, options?: ObjectDataTypesListFieldsByTypeOptionalParams) => PagedAsyncIterableIterator<TypeField, TypeField[], PageSettings>