WebLinkedServiceTypeProperties interface
WebLinkedServiceTypeProperties 的基底定義,此 typeProperties 是以 authenticationType 為基礎的多型,因此在 SDK 模型中不會扁平化。
屬性
| authentication |
多型歧視性,指定這個物件可以是的不同類型 |
| url | Web 服務端點的 URL,例如 https://www.microsoft.com 。 Type:string (或 expression with resultType string) 。 |
屬性詳細資料
authenticationType
多型歧視性,指定這個物件可以是的不同類型
authenticationType: "Anonymous" | "Basic" | "ClientCertificate"
屬性值
"Anonymous" | "Basic" | "ClientCertificate"
url
Web 服務端點的 URL,例如 https://www.microsoft.com 。 Type:string (或 expression with resultType string) 。
url: any
屬性值
any