ArmCustomerInsightsModelFactory.ConnectorMappingFormat 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 ConnectorMappingFormat.
public static Azure.ResourceManager.CustomerInsights.Models.ConnectorMappingFormat ConnectorMappingFormat (Azure.ResourceManager.CustomerInsights.Models.FormatType formatType = default, string columnDelimiter = default, string acceptLanguage = default, string quoteCharacter = default, string quoteEscapeCharacter = default, string arraySeparator = default);
static member ConnectorMappingFormat : Azure.ResourceManager.CustomerInsights.Models.FormatType * string * string * string * string * string -> Azure.ResourceManager.CustomerInsights.Models.ConnectorMappingFormat
Public Shared Function ConnectorMappingFormat (Optional formatType As FormatType = Nothing, Optional columnDelimiter As String = Nothing, Optional acceptLanguage As String = Nothing, Optional quoteCharacter As String = Nothing, Optional quoteEscapeCharacter As String = Nothing, Optional arraySeparator As String = Nothing) As ConnectorMappingFormat
Parameters
- formatType
- FormatType
The type mapping format.
- columnDelimiter
- String
The character that signifies a break between columns.
- acceptLanguage
- String
The oData language.
- quoteCharacter
- String
Quote character, used to indicate enquoted fields.
- quoteEscapeCharacter
- String
Escape character for quotes, can be the same as the quoteCharacter.
- arraySeparator
- String
Character separating array elements.
Returns
A new ConnectorMappingFormat instance for mocking.