ArmCustomerInsightsModelFactory.ConnectorMappingResourceFormatData 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 ConnectorMappingResourceFormatData.
public static Azure.ResourceManager.CustomerInsights.ConnectorMappingResourceFormatData ConnectorMappingResourceFormatData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string connectorName = default, Azure.ResourceManager.CustomerInsights.Models.ConnectorType? connectorType = default, DateTimeOffset? created = default, DateTimeOffset? lastModified = default, Azure.ResourceManager.CustomerInsights.Models.EntityType? entityType = default, string entityTypeName = default, string connectorMappingName = default, string displayName = default, string description = default, string dataFormatId = default, Azure.ResourceManager.CustomerInsights.Models.ConnectorMappingProperties mappingProperties = default, DateTimeOffset? nextRunOn = default, string runId = default, Azure.ResourceManager.CustomerInsights.Models.ConnectorMappingState? state = default, Guid? tenantId = default);
static member ConnectorMappingResourceFormatData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Nullable<Azure.ResourceManager.CustomerInsights.Models.ConnectorType> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.CustomerInsights.Models.EntityType> * string * string * string * string * string * Azure.ResourceManager.CustomerInsights.Models.ConnectorMappingProperties * Nullable<DateTimeOffset> * string * Nullable<Azure.ResourceManager.CustomerInsights.Models.ConnectorMappingState> * Nullable<Guid> -> Azure.ResourceManager.CustomerInsights.ConnectorMappingResourceFormatData
Public Shared Function ConnectorMappingResourceFormatData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional connectorName As String = Nothing, Optional connectorType As Nullable(Of ConnectorType) = Nothing, Optional created As Nullable(Of DateTimeOffset) = Nothing, Optional lastModified As Nullable(Of DateTimeOffset) = Nothing, Optional entityType As Nullable(Of EntityType) = Nothing, Optional entityTypeName As String = Nothing, Optional connectorMappingName As String = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional dataFormatId As String = Nothing, Optional mappingProperties As ConnectorMappingProperties = Nothing, Optional nextRunOn As Nullable(Of DateTimeOffset) = Nothing, Optional runId As String = Nothing, Optional state As Nullable(Of ConnectorMappingState) = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing) As ConnectorMappingResourceFormatData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- connectorName
- String
The connector name.
- connectorType
- Nullable<ConnectorType>
Type of connector.
- created
- Nullable<DateTimeOffset>
The created time.
- lastModified
- Nullable<DateTimeOffset>
The last modified time.
- entityType
- Nullable<EntityType>
Defines which entity type the file should map to.
- entityTypeName
- String
The mapping entity name.
- connectorMappingName
- String
The connector mapping name.
- displayName
- String
Display name for the connector mapping.
- description
- String
The description of the connector mapping.
- dataFormatId
- String
The DataFormat ID.
- mappingProperties
- ConnectorMappingProperties
The properties of the mapping.
- nextRunOn
- Nullable<DateTimeOffset>
The next run time based on customer's settings.
- runId
- String
The RunId.
- state
- Nullable<ConnectorMappingState>
State of connector mapping.
Returns
A new ConnectorMappingResourceFormatData instance for mocking.
Applies to
Azure SDK for .NET