ArmCustomerInsightsModelFactory.ConnectorMappingResourceFormatData メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パラメーター
ID。
- name
- String
名前。
- resourceType
- ResourceType
resourceType。
- systemData
- SystemData
systemData。
- connectorName
- String
コネクタ名。
- connectorType
- Nullable<ConnectorType>
コネクタの種類。
- created
- Nullable<DateTimeOffset>
作成された時刻。
- lastModified
- Nullable<DateTimeOffset>
最後に変更された時刻。
- entityType
- Nullable<EntityType>
ファイルをマップするエンティティの種類を定義します。
- entityTypeName
- String
マッピング エンティティ名。
- connectorMappingName
- String
コネクタ マッピング名。
- displayName
- String
コネクタ マッピングの表示名。
- description
- String
コネクタ マッピングの説明。
- dataFormatId
- String
DataFormat ID。
- mappingProperties
- ConnectorMappingProperties
マッピングのプロパティ。
- nextRunOn
- Nullable<DateTimeOffset>
顧客の設定に基づく次の実行時。
- runId
- String
RunId。
- state
- Nullable<ConnectorMappingState>
コネクタ マッピングの状態。
戻り値
モック作成用の新しい ConnectorMappingResourceFormatData インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET