ArmAutomationModelFactory.AutomationConnectionTypeData Method

Definition

Initializes a new instance of AutomationConnectionTypeData.

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

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

isGlobal
Nullable<Boolean>

Gets or sets a Boolean value to indicate if the connection type is global.

fieldDefinitions
IReadOnlyDictionary<String,AutomationConnectionFieldDefinition>

Gets the field definitions of the connection type.

createdOn
Nullable<DateTimeOffset>

Gets the creation time.

lastModifiedOn
Nullable<DateTimeOffset>

Gets or sets the last modified time.

description
String

Gets or sets the description.

Returns

A new AutomationConnectionTypeData instance for mocking.

Applies to