你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HistoryServerGraphResponse 构造函数

定义

重载

HistoryServerGraphResponse()
HistoryServerGraphResponse(HistoryServerGraphResponseData)

HistoryServerGraphResponse()

Source:
HistoryServerGraphResponse.cs
public HistoryServerGraphResponse ();
Public Sub New ()

适用于

HistoryServerGraphResponse(HistoryServerGraphResponseData)

Source:
HistoryServerGraphResponse.cs
public HistoryServerGraphResponse (Microsoft.Azure.Synapse.Models.HistoryServerGraphResponseData data = default);
new Microsoft.Azure.Synapse.Models.HistoryServerGraphResponse : Microsoft.Azure.Synapse.Models.HistoryServerGraphResponseData -> Microsoft.Azure.Synapse.Models.HistoryServerGraphResponse
Public Sub New (Optional data As HistoryServerGraphResponseData = Nothing)

参数

适用于