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