ConnectorMappingProperties Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von ConnectorMappingProperties.
public ConnectorMappingProperties (Azure.ResourceManager.CustomerInsights.Models.ConnectorMappingErrorManagement errorManagement, Azure.ResourceManager.CustomerInsights.Models.ConnectorMappingFormat format, Azure.ResourceManager.CustomerInsights.Models.ConnectorMappingAvailability availability, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CustomerInsights.Models.ConnectorMappingStructure> structure, Azure.ResourceManager.CustomerInsights.Models.ConnectorMappingCompleteOperation completeOperation);
new Azure.ResourceManager.CustomerInsights.Models.ConnectorMappingProperties : Azure.ResourceManager.CustomerInsights.Models.ConnectorMappingErrorManagement * Azure.ResourceManager.CustomerInsights.Models.ConnectorMappingFormat * Azure.ResourceManager.CustomerInsights.Models.ConnectorMappingAvailability * seq<Azure.ResourceManager.CustomerInsights.Models.ConnectorMappingStructure> * Azure.ResourceManager.CustomerInsights.Models.ConnectorMappingCompleteOperation -> Azure.ResourceManager.CustomerInsights.Models.ConnectorMappingProperties
Public Sub New (errorManagement As ConnectorMappingErrorManagement, format As ConnectorMappingFormat, availability As ConnectorMappingAvailability, structure As IEnumerable(Of ConnectorMappingStructure), completeOperation As ConnectorMappingCompleteOperation)
Parameter
- errorManagement
- ConnectorMappingErrorManagement
Die Fehlerverwaltungseinstellung für die Zuordnung.
- format
- ConnectorMappingFormat
Das Format der Zuordnungseigenschaft.
- availability
- ConnectorMappingAvailability
Die Verfügbarkeit der Zuordnungseigenschaft.
- structure
- IEnumerable<ConnectorMappingStructure>
Erfassungszuordnungsinformationen auf Eigenschaftsebene.
- completeOperation
- ConnectorMappingCompleteOperation
Der Vorgang nach dem Import ist abgeschlossen.
Ausnahmen
errorManagement
, format
, availability
structure
oder completeOperation
ist NULL.
Gilt für:
Azure SDK for .NET