Bagikan melalui


ConnectionTypeCreateOrUpdateResponse type

Berisi data respons untuk operasi createOrUpdate.

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