Fields interface

Interface representing a Fields.

Methods

listByType(string, string, string, string, FieldsListByTypeOptionalParams)

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

Method Details

listByType(string, string, string, string, FieldsListByTypeOptionalParams)

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

function listByType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options?: FieldsListByTypeOptionalParams): 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.

options
FieldsListByTypeOptionalParams

The options parameters.

Returns