Sdílet prostřednictvím


ServicesGetResponse type

Obsahuje data odpovědi pro operaci get.

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