Sdílet prostřednictvím


ConnectionTypeCreateOrUpdateResponse type

Obsahuje data odpovědi pro operaci createOrUpdate.

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