Freigeben über


ProductsGetResponse type

Enthält Antwortdaten für den Get-Vorgang.

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