WebLinkedServiceTypeProperties interface
WebLinkedServiceTypeProperties 的基本定义,此 typeProperties 是基于 authenticationType 的多态的,因此在 SDK 模型中不会平展。
属性
| authentication |
多态鉴别器,它指定此对象可以的不同类型的 |
| url | Web 服务终结点的 URL,例如 https://www.microsoft.com。 类型:字符串(或带有 resultType 字符串的表达式)。 |
属性详细信息
authenticationType
多态鉴别器,它指定此对象可以的不同类型的
authenticationType: "Anonymous" | "Basic" | "ClientCertificate"
属性值
"Anonymous" | "Basic" | "ClientCertificate"