Sdílet prostřednictvím


ServiceUnitsGetResponse type

Obsahuje data odpovědi pro operaci get.

type ServiceUnitsGetResponse = ServiceUnitResource & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ServiceUnitResource
  }
}