PortsGetLivenessResponse type

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

type PortsGetLivenessResponse = Liveness & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Liveness }
}