Udostępnij za pośrednictwem


ConnectionTypeCreateOrUpdateResponse type

Zawiera dane odpowiedzi dla operacji createOrUpdate.

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