ConnectionCreateOrUpdateResponse type
Innehåller svarsdata för åtgärden createOrUpdate.
type ConnectionCreateOrUpdateResponse = Connection & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: Connection
}
}