Sdílet prostřednictvím


ServicesGetResponse type

Obsahuje data odpovědí pro operaci get.

type ServicesGetResponse = ServiceResource & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ServiceResource
  }
}