你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Client interface
Rest Level 客户端的形状
属性
path | 此方法将用于发送请求,该请求将检查路径以提供强类型。 当 codegen 使用时,此类型在生成的类型中会被重写。 例如:
|
path |
此方法允许任意路径,但不提供强类型 |
pipeline | 此客户端用于发出请求的管道 |
属性详细信息
path
此方法将用于发送请求,该请求将检查路径以提供强类型。 当 codegen 使用时,此类型在生成的类型中会被重写。 例如:
export type MyClient = Client & {
path: Routes;
}
path: Function
属性值
Function