共用方式為


ServiceListResponse type

包含清單作業的回應數據。

type ServiceListResponse = ServiceResourceDescriptionList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ServiceResourceDescriptionList
  }
}