Fields class

Class representing a Fields.

Constructors

Fields(AutomationClientContext)

Create a Fields.

Methods

listByType(string, string, string, string, RequestOptionsBase)

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

listByType(string, string, string, string, RequestOptionsBase, ServiceCallback<TypeFieldListResult>)
listByType(string, string, string, string, ServiceCallback<TypeFieldListResult>)

Constructor Details

Fields(AutomationClientContext)

Create a Fields.

new Fields(client: AutomationClientContext)

Parameters

client
AutomationClientContext

Reference to the service client.

Method Details

listByType(string, string, string, string, RequestOptionsBase)

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

function listByType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options?: RequestOptionsBase): Promise<FieldsListByTypeResponse>

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
RequestOptionsBase

The optional parameters

Returns

Promise<Models.FieldsListByTypeResponse>

listByType(string, string, string, string, RequestOptionsBase, ServiceCallback<TypeFieldListResult>)

function listByType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options: RequestOptionsBase, callback: ServiceCallback<TypeFieldListResult>)

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
RequestOptionsBase

The optional parameters

callback

ServiceCallback<TypeFieldListResult>

The callback

listByType(string, string, string, string, ServiceCallback<TypeFieldListResult>)

function listByType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, callback: ServiceCallback<TypeFieldListResult>)

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.

callback

ServiceCallback<TypeFieldListResult>

The callback