ArmAutomationModelFactory.AutomationConnectionCreateOrUpdateContent 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 AutomationConnectionCreateOrUpdateContent.
public static Azure.ResourceManager.Automation.Models.AutomationConnectionCreateOrUpdateContent AutomationConnectionCreateOrUpdateContent(string name = default, string description = default, string connectionTypeName = default, System.Collections.Generic.IDictionary<string,string> fieldDefinitionValues = default);
static member AutomationConnectionCreateOrUpdateContent : string * string * string * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.Automation.Models.AutomationConnectionCreateOrUpdateContent
Public Shared Function AutomationConnectionCreateOrUpdateContent (Optional name As String = Nothing, Optional description As String = Nothing, Optional connectionTypeName As String = Nothing, Optional fieldDefinitionValues As IDictionary(Of String, String) = Nothing) As AutomationConnectionCreateOrUpdateContent
Parameters
- name
- String
Gets or sets the name of the connection.
- description
- String
Gets or sets the description of the connection.
- connectionTypeName
- String
Gets or sets the connectionType of the connection.
- fieldDefinitionValues
- IDictionary<String,String>
Gets or sets the field definition properties of the connection.
Returns
A new AutomationConnectionCreateOrUpdateContent instance for mocking.