SoapApiType type
定義 SoapApiType 的值。
KnownSoapApiType 可以與 SoapApiType 交換使用,此列舉包含服務支援的已知值。
服務支援的已知值
HTTP:匯入具有 RESTful 前端的 SOAP API。
soap:匯入具有 SOAP 前端的 SOAP API。
websocket:匯入具有 Websocket 前端的 API。
graphql:匯入具有 GraphQL 前端的 API。
odata:導入具有 OData 前端的 API。
grpc:導入具有 gRPC 前端的 API。
type SoapApiType = string