ServicesListSkusResponse type
Contains response data for the listSkus operation.
type ServicesListSkusResponse = ServiceSkuList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceSkuList
}
}