Aracılığıyla paylaş


ProductsGetResponse type

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

type ProductsGetResponse = Product & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Product }
}