ArmAutomationModelFactory.AutomationConnectionData Method

Definition

Initializes a new instance of AutomationConnectionData.

public static Azure.ResourceManager.Automation.AutomationConnectionData AutomationConnectionData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string connectionTypeName = default, System.Collections.Generic.IReadOnlyDictionary<string,string> fieldDefinitionValues = default, DateTimeOffset? createdOn = default, DateTimeOffset? lastModifiedOn = default, string description = default);
static member AutomationConnectionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * System.Collections.Generic.IReadOnlyDictionary<string, string> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string -> Azure.ResourceManager.Automation.AutomationConnectionData
Public Shared Function AutomationConnectionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional connectionTypeName As String = Nothing, Optional fieldDefinitionValues As IReadOnlyDictionary(Of String, String) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastModifiedOn As Nullable(Of DateTimeOffset) = Nothing, Optional description As String = Nothing) As AutomationConnectionData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

connectionTypeName
String

Gets or sets the connectionType of the connection.

fieldDefinitionValues
IReadOnlyDictionary<String,String>

Gets the field definition values of the connection.

createdOn
Nullable<DateTimeOffset>

Gets the creation time.

lastModifiedOn
Nullable<DateTimeOffset>

Gets the last modified time.

description
String

Gets or sets the description.

Returns

A new AutomationConnectionData instance for mocking.

Applies to