共用方式為


DataCollection 類別

定義 的 AksWebservice 資料收集組態。

初始化 DataCollection 物件。

繼承
builtins.object
DataCollection

建構函式

DataCollection(event_hub_enabled, storage_enabled)

參數

名稱 Description
event_hub_enabled
必要

指出是否為 Webservice 啟用事件中樞。

storage_enabled
必要

指出是否啟用 Webservice 的資料收集儲存體。

event_hub_enabled
必要

指出是否為 Webservice 啟用事件中樞。

storage_enabled
必要

指出是否啟用 Webservice 的資料收集儲存體。

變數

名稱 Description
event_hub_enabled

指出是否為 Webservice 啟用事件中樞。

storage_enabled

指出是否啟用 Webservice 的資料收集儲存體。

方法

deserialize

將 JSON 物件轉換成 DataCollection 物件。

serialize

將此 DataCollection 轉換成 JSON 序列化字典。

deserialize

將 JSON 物件轉換成 DataCollection 物件。

static deserialize(payload_obj)

參數

名稱 Description
payload_obj
必要

要轉換成 DataCollection 物件的 JSON 物件。

傳回

類型 Description

所提供 JSON 物件的 DataCollection 標記法。

serialize

將此 DataCollection 轉換成 JSON 序列化字典。

serialize()

傳回

類型 Description

這個 DataCollection 物件的 JSON 表示。