Fields class
Class representing a Fields.
Constructors
Fields(Automation |
Create a Fields. |
Methods
list |
Retrieve a list of fields of a given type identified by module name. |
list |
|
list |
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<FieldsListByTypeResponse>
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
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
The callback