Condividi tramite


ConnectionTypeCreateOrUpdateResponse type

Contiene i dati di risposta per l'operazione createOrUpdate.

type ConnectionTypeCreateOrUpdateResponse = ConnectionType & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ConnectionType
  }
}