ConnectionTypeCreateOrUpdateResponse type
Enthält Antwortdaten für den createOrUpdate-Vorgang.
type ConnectionTypeCreateOrUpdateResponse = ConnectionType & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ConnectionType
}
}