通过


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

Workbook.DefinitionStages.WithSerializedData Interface

public static interface Workbook.DefinitionStages.WithSerializedData

The stage of the Workbook definition allowing to specify serializedData.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withSerializedData(String serializedData)

Specifies the serializedData property: Configuration of this particular workbook.

Method Details

withSerializedData

public abstract Workbook.DefinitionStages.WithCreate withSerializedData(String serializedData)

Specifies the serializedData property: Configuration of this particular workbook. Configuration data is a string containing valid JSON.

Parameters:

serializedData - Configuration of this particular workbook. Configuration data is a string containing valid JSON.

Returns:

the next definition stage.

Applies to