次の方法で共有


ArmCustomerInsightsModelFactory.ConnectorResourceFormatData メソッド

定義

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

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

connectorId
Nullable<Int32>

コネクタの ID。

connectorName
String

コネクタの名前。

connectorType
Nullable<ConnectorType>

コネクタの種類。

displayName
String

コネクタの表示名。

description
String

コネクタの説明。

connectorProperties
IDictionary<String,BinaryData>

コネクタのプロパティ。

created
Nullable<DateTimeOffset>

作成された時刻。

lastModified
Nullable<DateTimeOffset>

最後に変更された時刻。

state
Nullable<ConnectorState>

コネクタの状態。

tenantId
Nullable<Guid>

ハブの名前。

isInternal
Nullable<Boolean>

これが内部コネクタの場合。

戻り値

モック作成用の新しい ConnectorResourceFormatData インスタンス。

適用対象