ArmCustomerInsightsModelFactory.ConnectorResourceFormatData Methode
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 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
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemDaten.
- connectorName
- String
Name des Connectors.
- connectorType
- Nullable<ConnectorType>
Connectortyp.
- displayName
- String
Anzeigename des Connectors.
- description
- String
Beschreibung des Connectors.
- connectorProperties
- IDictionary<String,BinaryData>
Die Connectoreigenschaften.
- created
- Nullable<DateTimeOffset>
Die erstellte Zeit.
- lastModified
- Nullable<DateTimeOffset>
Der Zeitpunkt der letzten Änderung.
- state
- Nullable<ConnectorState>
Status des Connectors.
Gibt zurück
Eine neue ConnectorResourceFormatData instance zum Mocking.
Gilt für:
Azure SDK for .NET