MeshServiceGetResponse type

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

type MeshServiceGetResponse = ServiceResourceDescription & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ServiceResourceDescription
  }
}