PortsGetLivenessResponse type

Obsahuje data odpovědi pro operaci getLiveness.

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