Sdílet prostřednictvím


ConnectionUpdateResponse type

Obsahuje data odpovědi na operaci aktualizace.

type ConnectionUpdateResponse = Connection & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: Connection
  }
}