ServicesListSkusResponse type
Содержит данные ответа для операции listSkus.
type ServicesListSkusResponse = ServiceSkuList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceSkuList
}
}