ConnectionTypeCreateOrUpdateResponse type
Bevat antwoordgegevens voor de createOrUpdate-bewerking.
type ConnectionTypeCreateOrUpdateResponse = ConnectionType & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ConnectionType
}
}