ImportConfiguration クラス

定義

を使用して Microsoft.Azure.Devices.DevicesClient.CreateJobAsync``1(Microsoft.Azure.Devices.JobProperties,System.Threading.CancellationToken)一括インポート ジョブの構成を作成およびシリアル化するためのクラス。

public class ImportConfiguration : Microsoft.Azure.Devices.Configuration
type ImportConfiguration = class
    inherit Configuration
Public Class ImportConfiguration
Inherits Configuration
継承
ImportConfiguration

コンストラクター

ImportConfiguration(String)

このクラスのインスタンスを初期化します。

プロパティ

Content

構成の内容。

(継承元 Configuration)
ContentType

構成のコンテンツ タイプを取得します。

(継承元 Configuration)
CreatedOnUtc

構成の作成日時。

(継承元 Configuration)
CreatedTimeUtc

構成の作成日時。

(継承元 Configuration)
ETag

構成の ETag。

(継承元 Configuration)
Id

構成の一意識別子。

(継承元 Configuration)
ImportMode

レジストリ操作の種類と ETag の基本設定。

Labels

構成の説明に使用されるキーと値のペア。

(継承元 Configuration)
LastUpdatedOnUtc

構成の更新日時。

(継承元 Configuration)
LastUpdatedTimeUtc

構成の更新日時。

(継承元 Configuration)
Metrics

ツインの報告されたプロパティに対するクエリとして開発者によって指定されたカスタム メトリック。

(継承元 Configuration)
Priority

構成に割り当てられた優先度番号。

(継承元 Configuration)
SchemaVersion

構成のスキーマ バージョン。

(継承元 Configuration)
SystemMetrics

カスタマイズできない IoT ハブによって計算されるシステム メトリック。

(継承元 Configuration)
TargetCondition

対象となるデバイスまたはモジュールを定義するために使用されるクエリ。

(継承元 Configuration)

適用対象