ServicesListSkusResponse type
Obsahuje data odpovědi pro operaci listSkus.
type ServicesListSkusResponse = ServiceSkuList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceSkuList
}
}