Aracılığıyla paylaş


ServiceListResponse type

Liste işlemi için yanıt verilerini içerir.

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