次の方法で共有


IotConnector コンストラクター

定義

オーバーロード

IotConnector()

IotConnector クラスの新しいインスタンスを初期化します。

IotConnector(IDictionary<String,String>, String, ServiceManagedIdentityIdentity, String, IotEventHubIngestionEndpointConfiguration, IotMappingProperties, SystemData)

IotConnector クラスの新しいインスタンスを初期化します。

IotConnector()

IotConnector クラスの新しいインスタンスを初期化します。

public IotConnector ();
Public Sub New ()

適用対象

IotConnector(IDictionary<String,String>, String, ServiceManagedIdentityIdentity, String, IotEventHubIngestionEndpointConfiguration, IotMappingProperties, SystemData)

IotConnector クラスの新しいインスタンスを初期化します。

public IotConnector (System.Collections.Generic.IDictionary<string,string> tags = default, string location = default, Microsoft.Azure.Management.HealthcareApis.Models.ServiceManagedIdentityIdentity identity = default, string provisioningState = default, Microsoft.Azure.Management.HealthcareApis.Models.IotEventHubIngestionEndpointConfiguration ingestionEndpointConfiguration = default, Microsoft.Azure.Management.HealthcareApis.Models.IotMappingProperties deviceMapping = default, Microsoft.Azure.Management.HealthcareApis.Models.SystemData systemData = default);
new Microsoft.Azure.Management.HealthcareApis.Models.IotConnector : System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.HealthcareApis.Models.ServiceManagedIdentityIdentity * string * Microsoft.Azure.Management.HealthcareApis.Models.IotEventHubIngestionEndpointConfiguration * Microsoft.Azure.Management.HealthcareApis.Models.IotMappingProperties * Microsoft.Azure.Management.HealthcareApis.Models.SystemData -> Microsoft.Azure.Management.HealthcareApis.Models.IotConnector
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional location As String = Nothing, Optional identity As ServiceManagedIdentityIdentity = Nothing, Optional provisioningState As String = Nothing, Optional ingestionEndpointConfiguration As IotEventHubIngestionEndpointConfiguration = Nothing, Optional deviceMapping As IotMappingProperties = Nothing, Optional systemData As SystemData = Nothing)

パラメーター

tags
IDictionary<String,String>

リソース タグ。

location
String

リソースの場所。

identity
ServiceManagedIdentityIdentity

サービスにマネージド ID が関連付けられているかどうかを示す設定。

provisioningState
String

プロビジョニングの状態。 指定できる値は、'削除中'、'Succeeded'、'Creating'、'Accepted'、'Verifying'、'Updating'、'Failed'、'Canceled'、'Deprovisioned'、'Moving'、'Suspended'、'Warned'、'SystemMaintenance' です。

ingestionEndpointConfiguration
IotEventHubIngestionEndpointConfiguration

ソース構成。

deviceMapping
IotMappingProperties

デバイス マッピング。

systemData
SystemData

リソースの作成と最後の変更に関連するメタデータ。

適用対象