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

HttpServerLocation interface

http 服务器的位置。

扩展

属性

relativeUrl

指定 http 服务器的 relativeUrl。 类型:字符串(或带有 resultType 字符串的表达式)

type

数据集的storage位置类型。

继承属性

additionalProperties

其他属性

fileName

指定数据集的文件名。 类型:字符串(或带有 resultType 字符串的表达式)。

folderPath

指定数据集的文件夹路径。 类型:字符串(或带有 resultType 字符串的表达式)

属性详细信息

relativeUrl

指定 http 服务器的 relativeUrl。 类型:字符串(或带有 resultType 字符串的表达式)

relativeUrl?: any

属性值

any

type

数据集的storage位置类型。

type: "HttpServerLocation"

属性值

"HttpServerLocation"

继承属性详细信息

additionalProperties

其他属性

additionalProperties?: Record<string, any>

属性值

Record<string, any>

继承自DatasetLocation.additionalProperties

fileName

指定数据集的文件名。 类型:字符串(或带有 resultType 字符串的表达式)。

fileName?: any

属性值

any

继承自DatasetLocation.fileName

folderPath

指定数据集的文件夹路径。 类型:字符串(或带有 resultType 字符串的表达式)

folderPath?: any

属性值

any

继承自DatasetLocation.folderPath