IotConnector コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
リソースの作成と最後の変更に関連するメタデータ。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET