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