ArmAutomationModelFactory.AutomationActivityOutputType(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 AutomationActivityOutputType.
public static Azure.ResourceManager.Automation.Models.AutomationActivityOutputType AutomationActivityOutputType(string name = default, string activityOutputType = default);
static member AutomationActivityOutputType : string * string -> Azure.ResourceManager.Automation.Models.AutomationActivityOutputType
Public Shared Function AutomationActivityOutputType (Optional name As String = Nothing, Optional activityOutputType As String = Nothing) As AutomationActivityOutputType
Parameters
- name
- String
Gets or sets the name of the activity output type.
- activityOutputType
- String
Gets or sets the type of the activity output type.
Returns
A new AutomationActivityOutputType instance for mocking.