ConnectionTypeCreateOrUpdateResponse type
包含 createOrUpdate作的响应数据。
type ConnectionTypeCreateOrUpdateResponse = ConnectionType & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ConnectionType
}
}