ArmCustomerInsightsModelFactory.ConnectorResourceFormatData Method

Definition

Initializes a new instance of ConnectorResourceFormatData.

public static Azure.ResourceManager.CustomerInsights.ConnectorResourceFormatData ConnectorResourceFormatData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, int? connectorId = default, string connectorName = default, Azure.ResourceManager.CustomerInsights.Models.ConnectorType? connectorType = default, string displayName = default, string description = default, System.Collections.Generic.IDictionary<string,BinaryData> connectorProperties = default, DateTimeOffset? created = default, DateTimeOffset? lastModified = default, Azure.ResourceManager.CustomerInsights.Models.ConnectorState? state = default, Guid? tenantId = default, bool? isInternal = default);
static member ConnectorResourceFormatData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<int> * string * Nullable<Azure.ResourceManager.CustomerInsights.Models.ConnectorType> * string * string * System.Collections.Generic.IDictionary<string, BinaryData> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.CustomerInsights.Models.ConnectorState> * Nullable<Guid> * Nullable<bool> -> Azure.ResourceManager.CustomerInsights.ConnectorResourceFormatData
Public Shared Function ConnectorResourceFormatData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional connectorId As Nullable(Of Integer) = Nothing, Optional connectorName As String = Nothing, Optional connectorType As Nullable(Of ConnectorType) = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional connectorProperties As IDictionary(Of String, BinaryData) = Nothing, Optional created As Nullable(Of DateTimeOffset) = Nothing, Optional lastModified As Nullable(Of DateTimeOffset) = Nothing, Optional state As Nullable(Of ConnectorState) = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional isInternal As Nullable(Of Boolean) = Nothing) As ConnectorResourceFormatData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

connectorId
Nullable<Int32>

ID of the connector.

connectorName
String

Name of the connector.

connectorType
Nullable<ConnectorType>

Type of connector.

displayName
String

Display name of the connector.

description
String

Description of the connector.

connectorProperties
IDictionary<String,BinaryData>

The connector properties.

created
Nullable<DateTimeOffset>

The created time.

lastModified
Nullable<DateTimeOffset>

The last modified time.

state
Nullable<ConnectorState>

State of connector.

tenantId
Nullable<Guid>

The hub name.

isInternal
Nullable<Boolean>

If this is an internal connector.

Returns

A new ConnectorResourceFormatData instance for mocking.

Applies to