DataCollection クラス

Webservice のデータ収集構成を定義します。

DataCollection オブジェクトを初期化します。

継承
builtins.object
DataCollection

コンストラクター

DataCollection(event_hub_enabled, storage_enabled)

パラメーター

event_hub_enabled
bool
必須

Webservice のイベント ハブが有効かどうか

storage_enabled
bool
必須

Webservice に対してデータ収集ストレージが有効になっているかどうか

event_hub_enabled
bool
必須

Webservice のイベント ハブが有効かどうか

storage_enabled
bool
必須

Webservice に対してデータ収集ストレージが有効になっているかどうか

変数

event_hub_enabled
bool

Webservice のイベント ハブが有効かどうかを示します。

storage_enabled
bool

Webservice に対してデータ収集ストレージが有効になっているかどうかを示します。

メソッド

deserialize

JSON オブジェクトを DataCollection オブジェクトに変換します。

serialize

この SslConfiguration オブジェクトを JSON のシリアル化されたディクショナリに変換します。

deserialize

JSON オブジェクトを DataCollection オブジェクトに変換します。

static deserialize(payload_obj)

パラメーター

payload_obj
dict
必須

DataCollection オブジェクトに変換する JSON オブジェクト。

戻り値

指定された JSON オブジェクトの DataCollection 表現。

の戻り値の型 :

serialize

この SslConfiguration オブジェクトを JSON のシリアル化されたディクショナリに変換します。

serialize()

戻り値

この DataCollection の JSON 表現。

の戻り値の型 :