ArmAutomationModelFactory.AutomationModuleField(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of AutomationModuleField.
public static Azure.ResourceManager.Automation.Models.AutomationModuleField AutomationModuleField (string name = default, string fieldType = default);
static member AutomationModuleField : string * string -> Azure.ResourceManager.Automation.Models.AutomationModuleField
Public Shared Function AutomationModuleField (Optional name As String = Nothing, Optional fieldType As String = Nothing) As AutomationModuleField
Parameters
- name
- String
Gets or sets the name of the field.
- fieldType
- String
Gets or sets the type of the field.
Returns
A new AutomationModuleField instance for mocking.