ObjectDataTypes interface

Interface representing a ObjectDataTypes.

Methods

listFieldsByModuleAndType(string, string, string, string, ObjectDataTypesListFieldsByModuleAndTypeOptionalParams)

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

listFieldsByType(string, string, string, ObjectDataTypesListFieldsByTypeOptionalParams)

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

Method Details

listFieldsByModuleAndType(string, string, string, string, ObjectDataTypesListFieldsByModuleAndTypeOptionalParams)

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

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

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

moduleName

string

The name of module.

typeName

string

The name of type.

Returns

listFieldsByType(string, string, string, ObjectDataTypesListFieldsByTypeOptionalParams)

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

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

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

typeName

string

The name of type.

options
ObjectDataTypesListFieldsByTypeOptionalParams

The options parameters.

Returns